Searched refs:pthread_mutexattr_settype (Results 1 – 4 of 4) sorted by relevance
167 int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) in pthread_mutexattr_settype() function178 RTM_EXPORT(pthread_mutexattr_settype);
217 int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type);
108 + pthread_mutexattr_settype()
82 res = pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
Completed in 32 milliseconds