Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/vm/
H A Dfault_throughput.c83 pthread_cond_t tg_cv; member
278 ret = pthread_cond_broadcast(&globals->tg_cv); in worker_thread_iteration_setup()
287 ret = pthread_cond_wait(&globals->tg_cv, &globals->tg_lock); in worker_thread_iteration_setup()
311 ret = pthread_cond_broadcast(&globals->tg_cv); in worker_thread_iteration_complete()
316 ret = pthread_cond_wait(&globals->tg_cv, &globals->tg_lock); in worker_thread_iteration_complete()
377 ret = pthread_cond_wait(&globals->tg_cv, &globals->tg_lock); in start_iteration()
387 ret = pthread_cond_broadcast(&globals->tg_cv); in start_iteration()
400 ret = pthread_cond_wait(&globals->tg_cv, &globals->tg_lock); in finish_iteration()
486 ret = pthread_cond_init(&globals->tg_cv, &cond_attrs); in init_globals()
565 ret = pthread_cond_broadcast(&globals->tg_cv); in join_background_threads()
[all …]