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

  /src/lib/libpthread/
pthread_cond.c 62 __strong_alias(__libc_cond_destroy,pthread_cond_destroy)
108 pthread_cond_destroy(pthread_cond_t *cond) function in typeref:typename:int
pthread.h 128 int pthread_cond_destroy(pthread_cond_t *);
374 #define pthread_cond_destroy __libc_cond_destroy macro

Completed in 11 milliseconds