Home
last modified time | relevance | path

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; in pthread_condattr_init()
55 if (attr == NULL || attr->__pthread_condattrp == NULL) in pthread_condattr_destroy()
57 lfree(attr->__pthread_condattrp, sizeof (cvattr_t)); in pthread_condattr_destroy()
58 attr->__pthread_condattrp = NULL; in pthread_condattr_destroy()
70 if (attr != NULL && (ap = attr->__pthread_condattrp) != NULL && in pthread_condattr_setclock()
86 if (attr != NULL && (ap = attr->__pthread_condattrp) != NULL && in pthread_condattr_getclock()
104 if (attr != NULL && (ap = attr->__pthread_condattrp) != NULL && in pthread_condattr_setpshared()
122 if (attr != NULL && (ap = attr->__pthread_condattrp) != NULL && in pthread_condattr_getpshared()
146 } else if ((ap = attr->__pthread_condattrp) != NULL) { in pthread_cond_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h513 void *__pthread_condattrp; member