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

  /src/lib/libpthread/
pthread_cond.c 53 int _pthread_cond_has_waiters_np(pthread_cond_t *);
55 __weak_alias(pthread_cond_has_waiters_np,_pthread_cond_has_waiters_np)
323 _pthread_cond_has_waiters_np(pthread_cond_t *cond) function in typeref:typename:int
pthread_cond.c 53 int _pthread_cond_has_waiters_np(pthread_cond_t *);
55 __weak_alias(pthread_cond_has_waiters_np,_pthread_cond_has_waiters_np)
323 _pthread_cond_has_waiters_np(pthread_cond_t *cond) function in typeref:typename:int

Completed in 253 milliseconds