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

  /src/lib/libpthread/
pthread.h 117 int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int);
352 #define pthread_mutexattr_settype __libc_mutexattr_settype macro
pthread_mutex.c 122 __strong_alias(__libc_mutexattr_settype,pthread_mutexattr_settype)
588 pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) function in typeref:typename:int

Completed in 12 milliseconds