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

  /src/lib/libpthread/
pthread.h 96 int pthread_mutex_destroy(pthread_mutex_t *);
349 #define pthread_mutex_destroy __libc_mutex_destroy macro
pthread_mutex.c 118 __strong_alias(__libc_mutex_destroy,pthread_mutex_destroy)
183 pthread_mutex_destroy(pthread_mutex_t *ptm) function in typeref:typename:int

Completed in 12 milliseconds