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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_cond.c44 attr->__pthread_condattrp = ap;
55 if (attr == NULL || attr->__pthread_condattrp == NULL)
57 lfree(attr->__pthread_condattrp, sizeof (cvattr_t));
58 attr->__pthread_condattrp = NULL;
70 if (attr != NULL && (ap = attr->__pthread_condattrp) != NULL &&
86 if (attr != NULL && (ap = attr->__pthread_condattrp) != NULL &&
104 if (attr != NULL && (ap = attr->__pthread_condattrp) != NULL &&
122 if (attr != NULL && (ap = attr->__pthread_condattrp) != NULL &&
146 } else if ((ap = attr->__pthread_condattrp) != NULL) {
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h480 void *__pthread_condattrp; member in struct:_pthread_condattr

Completed in 59 milliseconds