Searched refs:STACK_LOGGING_MAX_SIMUL_REMOTE_TASKS_INSPECTED (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dstack_logging_disk.c65 #define STACK_LOGGING_MAX_SIMUL_REMOTE_TASKS_INSPECTED 3 macro
222 static remote_task_file_streams remote_fds[STACK_LOGGING_MAX_SIMUL_REMOTE_TASKS_INSPECTED];
1649 if (remote_task_fd_count == STACK_LOGGING_MAX_SIMUL_REMOTE_TASKS_INSPECTED) {
1652 if (next_remote_task_fd == STACK_LOGGING_MAX_SIMUL_REMOTE_TASKS_INSPECTED) next_remote_task_fd = 0;
1654 if (failures >= STACK_LOGGING_MAX_SIMUL_REMOTE_TASKS_INSPECTED) {
1695 if (next_remote_task_fd == STACK_LOGGING_MAX_SIMUL_REMOTE_TASKS_INSPECTED) next_remote_task_fd = 0;
1696 remote_task_fd_count = MIN(remote_task_fd_count + 1, STACK_LOGGING_MAX_SIMUL_REMOTE_TASKS_INSPECTED);

Completed in 165 milliseconds