Searched refs:thrattr_t (Results 1 – 3 of 3) sorted by relevance
41 const thrattr_t *44 static thrattr_t thrattr = { in def_thrattr()69 thrattr_t *ap; in pthread_attr_init()71 if ((ap = lmalloc(sizeof (thrattr_t))) != NULL) { in pthread_attr_init()88 lfree(attr->__pthread_attrp, sizeof (thrattr_t)); in pthread_attr_destroy()99 thrattr_t *ap; in pthread_attr_clone()100 const thrattr_t *old_ap = in pthread_attr_clone()105 if ((ap = lmalloc(sizeof (thrattr_t))) == NULL) in pthread_attr_clone()120 const thrattr_t *ap1 = attr1 ? attr1->__pthread_attrp : def_thrattr(); in pthread_attr_equal()121 const thrattr_t *ap2 = attr2 ? attr2->__pthread_attrp : def_thrattr(); in pthread_attr_equal()[all …]
111 const thrattr_t *ap = attr? attr->__pthread_attrp : def_thrattr(); in pthread_create()
1243 } thrattr_t; typedef1517 extern const thrattr_t *def_thrattr(void);