Searched refs:cond_recv (Results 1 – 1 of 1) sorted by relevance
31 static pthread_cond_t cond_recv; variable56 ret = pthread_cond_signal (&cond_recv); in thread_func()88 ret = pthread_cond_wait (&cond_recv, &mutex); in run_on_thread()
Completed in 2 milliseconds