Home
last modified time | relevance | path

Searched refs:should_continue (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/tests/vm/
H A Dfault_throughput.c251 bool should_continue = worker_thread_iteration_setup(current_iteration, globals); in faulting_thread() local
252 if (!should_continue) { in faulting_thread()
270 bool should_continue = false; in worker_thread_iteration_setup() local
291 should_continue = !globals->tg_done; in worker_thread_iteration_setup()
294 return should_continue; in worker_thread_iteration_setup()