Searched refs:__pthread_mutexattrp (Results 1 – 2 of 2) sorted by relevance
47 attr->__pthread_mutexattrp = ap; in pthread_mutexattr_init()58 if (attr == NULL || attr->__pthread_mutexattrp == NULL) in pthread_mutexattr_destroy()60 lfree(attr->__pthread_mutexattrp, sizeof (mattr_t)); in pthread_mutexattr_destroy()61 attr->__pthread_mutexattrp = NULL; in pthread_mutexattr_destroy()76 if (attr == NULL || (ap = attr->__pthread_mutexattrp) == NULL || in pthread_mutexattr_setpshared()93 if (attr == NULL || (ap = attr->__pthread_mutexattrp) == NULL || in pthread_mutexattr_getpshared()109 if (attr == NULL || (ap = attr->__pthread_mutexattrp) == NULL || in pthread_mutexattr_setprioceiling()126 if (attr == NULL || (ap = attr->__pthread_mutexattrp) == NULL || in pthread_mutexattr_getprioceiling()141 if (attr == NULL || (ap = attr->__pthread_mutexattrp) == NULL) in pthread_mutexattr_setprotocol()160 if (attr == NULL || (ap = attr->__pthread_mutexattrp) == NULL || in pthread_mutexattr_getprotocol()[all …]
474 void *__pthread_mutexattrp; member