Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/threads/
H A Dpthr_cond.c46 attr->__pthread_condattrp = ap; in pthread_condattr_init()
57 if (attr == NULL || attr->__pthread_condattrp == NULL) in pthread_condattr_destroy()
59 lfree(attr->__pthread_condattrp, sizeof (cvattr_t)); in pthread_condattr_destroy()
60 attr->__pthread_condattrp = NULL; in pthread_condattr_destroy()
72 if (attr != NULL && (ap = attr->__pthread_condattrp) != NULL && in pthread_condattr_setclock()
88 if (attr != NULL && (ap = attr->__pthread_condattrp) != NULL && in pthread_condattr_getclock()
106 if (attr != NULL && (ap = attr->__pthread_condattrp) != NULL && in pthread_condattr_setpshared()
124 if (attr != NULL && (ap = attr->__pthread_condattrp) != NULL && in pthread_condattr_getpshared()
148 } else if ((ap = attr->__pthread_condattrp) != NULL) { in pthread_cond_init()
/titanic_50/usr/src/uts/common/sys/
H A Dtypes.h481 void *__pthread_condattrp; member