HomeSort by: relevance | last modified time | path
    Searched defs:pthread__cond_dummy (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libpthread/
pthread_cond.c 69 static struct pthread__waiter pthread__cond_dummy; variable in typeref:struct:pthread__waiter
156 if (__predict_false(head == &pthread__cond_dummy)) {
254 if (__predict_false(head == &pthread__cond_dummy)) {
264 &pthread__cond_dummy);
302 if (__predict_false(head == &pthread__cond_dummy)) {

Completed in 13 milliseconds