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

  /src/lib/libpthread/
pthread_cond.c 61 __strong_alias(__libc_cond_timedwait,pthread_cond_timedwait)
125 pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, function in typeref:typename:int
233 return pthread_cond_timedwait(cond, mutex, NULL);
pthread.h 132 int pthread_cond_timedwait(pthread_cond_t * __restrict,
313 * (pthread_attr_*). The pthread_cond_wait and pthread_cond_timedwait
373 #define pthread_cond_timedwait __libc_cond_timedwait macro

Completed in 11 milliseconds