Searched refs:__pthread_mutexattrp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_mutex.c47 attr->__pthread_mutexattrp = ap;
58 if (attr == NULL || attr->__pthread_mutexattrp == NULL)
60 lfree(attr->__pthread_mutexattrp, sizeof (mattr_t));
61 attr->__pthread_mutexattrp = NULL;
76 if (attr == NULL || (ap = attr->__pthread_mutexattrp) == NULL ||
93 if (attr == NULL || (ap = attr->__pthread_mutexattrp) == NULL ||
109 if (attr == NULL || (ap = attr->__pthread_mutexattrp) == NULL ||
126 if (attr == NULL || (ap = attr->__pthread_mutexattrp) == NULL ||
141 if (attr == NULL || (ap = attr->__pthread_mutexattrp) == NULL)
160 if (attr == NULL || (ap = attr->__pthread_mutexattrp)
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h473 void *__pthread_mutexattrp; member in struct:_pthread_mutexattr

Completed in 84 milliseconds