Searched refs:cond_threads (Results 1 – 2 of 2) sorted by relevance
76 static pthread_cond_t cond_threads = PTHREAD_COND_INITIALIZER; variable124 pthread_cond_wait(&cond_threads, &mtx_threads); in posix_wait_until_allowed()161 PC_SAFE_CALL(pthread_cond_broadcast(&cond_threads)); in posix_let_run()
119 pthread_cond_t cond_threads; member167 pthread_cond_wait(&this->cond_threads, &this->mtx_threads); in nct_wait_until_allowed()207 NSI_SAFE_CALL(pthread_cond_broadcast(&this->cond_threads)); in nct_let_run()519 NSI_SAFE_CALL(pthread_cond_init(&this->cond_threads, NULL)); in nct_init()