Searched defs:queueEmpty (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dscard.c81 static pthread_cond_t queueEmpty; variable
169 if (0 != pthread_cond_init(&queueEmpty, NULL))
2496 pthread_cond_broadcast(&queueEmpty);
2520 pthread_cond_wait(&queueEmpty, &queueAccess);

Completed in 141 milliseconds