Home
last modified time | relevance | path

Searched refs:__pthread_mutexattrp (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_mutex.c51 attr->__pthread_mutexattrp = ap; in pthread_mutexattr_init()
62 if (attr == NULL || attr->__pthread_mutexattrp == NULL) in pthread_mutexattr_destroy()
64 lfree(attr->__pthread_mutexattrp, sizeof (mattr_t)); in pthread_mutexattr_destroy()
65 attr->__pthread_mutexattrp = NULL; in pthread_mutexattr_destroy()
80 if (attr == NULL || (ap = attr->__pthread_mutexattrp) == NULL || in pthread_mutexattr_setpshared()
97 if (attr == NULL || (ap = attr->__pthread_mutexattrp) == NULL || in pthread_mutexattr_getpshared()
113 if (attr == NULL || (ap = attr->__pthread_mutexattrp) == NULL || in pthread_mutexattr_setprioceiling()
130 if (attr == NULL || (ap = attr->__pthread_mutexattrp) == NULL || in pthread_mutexattr_getprioceiling()
145 if (attr == NULL || (ap = attr->__pthread_mutexattrp) == NULL) in pthread_mutexattr_setprotocol()
229 if ((ap = attr->__pthread_mutexattrp) == NULL) in pthread_mutex_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h506 void *__pthread_mutexattrp; member