Searched refs:tp_attr (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h75 pthread_attr_t tp_attr; /* attributes of the workers */ member in struct:tpool
H A Dthread_pool.c67 (void) pthread_attr_destroy(&tpool->tp_attr);
230 error = pthread_create(NULL, &tpool->tp_attr, tpool_worker, tpool);
290 error = pthread_attr_clone(&tpool->tp_attr, attr);
298 (void) pthread_attr_setdetachstate(&tpool->tp_attr,
300 (void) pthread_attr_setdaemonstate_np(&tpool->tp_attr,

Completed in 21 milliseconds