Searched refs:threaded_cond (Results 1 – 1 of 1) sorted by relevance
280 static pthread_cond_t threaded_cond; variable295 if (pthread_cond_signal(&threaded_cond) != 0) in juggling_thread()333 if (pthread_cond_wait(&threaded_cond, &threaded_mtx) != 0) in thread_juggle()