Searched refs:__pthread_condattrp (Results 1 – 2 of 2) sorted by relevance
46 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()
481 void *__pthread_condattrp; member