Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/vm/
H A Dfault_throughput.c250 bool should_continue = worker_thread_iteration_setup(current_iteration, globals); in faulting_thread() local
251 if (!should_continue) { in faulting_thread()
269 bool should_continue = false; in worker_thread_iteration_setup() local
290 should_continue = !globals->tg_done; in worker_thread_iteration_setup()
293 return should_continue; in worker_thread_iteration_setup()