Searched refs:mutexAttr (Results 1 – 1 of 1) sorted by relevance
50 pthread_mutexattr_t mutexAttr; in thr() local51 ret = pthread_mutexattr_init (&mutexAttr); in thr()54 ret = pthread_mutexattr_setprotocol (&mutexAttr, PTHREAD_PRIO_INHERIT); in thr()57 ret = pthread_mutex_init (&mutex, &mutexAttr); in thr()
Completed in 3 milliseconds