Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/vm/
H A Dfault_throughput.c84 pthread_cond_t tg_cv; member
279 ret = pthread_cond_broadcast(&globals->tg_cv); in worker_thread_iteration_setup()
288 ret = pthread_cond_wait(&globals->tg_cv, &globals->tg_lock); in worker_thread_iteration_setup()
312 ret = pthread_cond_broadcast(&globals->tg_cv); in worker_thread_iteration_complete()
317 ret = pthread_cond_wait(&globals->tg_cv, &globals->tg_lock); in worker_thread_iteration_complete()
378 ret = pthread_cond_wait(&globals->tg_cv, &globals->tg_lock); in start_iteration()
388 ret = pthread_cond_broadcast(&globals->tg_cv); in start_iteration()
401 ret = pthread_cond_wait(&globals->tg_cv, &globals->tg_lock); in finish_iteration()
487 ret = pthread_cond_init(&globals->tg_cv, &cond_attrs); in init_globals()
566 ret = pthread_cond_broadcast(&globals->tg_cv); in join_background_threads()
[all …]