Searched refs:cond_send (Results 1 – 1 of 1) sorted by relevance
29 static pthread_cond_t cond_send; variable60 ret = pthread_cond_wait (&cond_send, &mutex); in thread_func()78 ret = pthread_cond_signal (&cond_send); in run_on_thread()
Completed in 3 milliseconds