Searched defs:pthread_attr_init (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c59 * pthread_attr_init: allocates the attribute object and initializes it
62 #pragma weak _pthread_attr_init = pthread_attr_init
64 pthread_attr_init(pthread_attr_t *attr) function
491 * a pthread_attr_t that has had pthread_attr_init() called on in,
494 * both call pthread_attr_init() and then call pthread_getattr_np() on the same

Completed in 63 milliseconds