Home
last modified time | relevance | path

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

/src/tools/tools/netrate/juggle/
H A Djuggle.c280 static pthread_cond_t threaded_cond; variable
295 if (pthread_cond_signal(&threaded_cond) != 0) in juggling_thread()
333 if (pthread_cond_wait(&threaded_cond, &threaded_mtx) != 0) in thread_juggle()