Searched refs:SET_TYPE (Results 1 – 1 of 1) sorted by relevance
31 #define SET_TYPE(attr, type) pthread_mutexattr_settype (attr, type) macro85 if (SET_TYPE (attr, PTHREAD_MUTEX_ERRORCHECK) == 0 /* Set type. */ in test_settype()87 && SET_TYPE (attr, PTHREAD_MUTEX_RECURSIVE) == 0 in test_settype()89 && SET_TYPE (attr, PTHREAD_MUTEX_NORMAL) == 0 in test_settype()
Completed in 3 milliseconds