Searched refs:def_thrattr (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c36 def_thrattr(void) function
65 *ap = *def_thrattr();
94 old_attr? old_attr->__pthread_attrp : def_thrattr();
113 const thrattr_t *ap1 = attr1? attr1->__pthread_attrp : def_thrattr();
114 const thrattr_t *ap2 = attr2? attr2->__pthread_attrp : def_thrattr();
H A Dpthread.c94 const thrattr_t *ap = attr? attr->__pthread_attrp : def_thrattr();
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1425 extern const thrattr_t *def_thrattr(void);

Completed in 22 milliseconds