Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/vm/ !
H A Dfault_throughput.c147 static bool worker_thread_iteration_setup(size_t current_iteration, test_globals_t *globals);
242 size_t current_iteration = 1; in faulting_thread() local
251 bool should_continue = worker_thread_iteration_setup(current_iteration, globals); in faulting_thread()
257 current_iteration++; in faulting_thread()
268 worker_thread_iteration_setup(size_t current_iteration, test_globals_t *globals) in worker_thread_iteration_setup() argument
287 while (!globals->tg_done && globals->tg_current_iteration != current_iteration) { in worker_thread_iteration_setup()