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

  /src/lib/libpthread/
pthread_cond.c 58 __strong_alias(__libc_cond_signal,pthread_cond_signal)
65 * A dummy waiter that's used to flag that pthread_cond_signal() is in
155 /* Wait while pthread_cond_signal() in progress. */
191 * If this thread absorbed a wakeup from pthread_cond_signal() and
237 pthread_cond_signal(pthread_cond_t *cond) function in typeref:typename:int
253 /* Wait while pthread_cond_signal() in progress. */
301 /* Wait while pthread_cond_signal() in progress. */
pthread.h 135 int pthread_cond_signal(pthread_cond_t *);
370 #define pthread_cond_signal __libc_cond_signal macro

Completed in 13 milliseconds