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

  /src/lib/libpthread/
pthread.h 109 int pthread_mutexattr_destroy(pthread_mutexattr_t *);
353 #define pthread_mutexattr_destroy __libc_mutexattr_destroy macro
pthread_mutex.c 121 __strong_alias(__libc_mutexattr_destroy,pthread_mutexattr_destroy)
563 pthread_mutexattr_destroy(pthread_mutexattr_t *attr) function in typeref:typename:int

Completed in 12 milliseconds