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

/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dthread_pool_impl.h79 pthread_attr_t tp_attr; /* attributes of the workers */ member in struct:tpool
H A Dthread_pool.c49 (void) pthread_attr_destroy(&tpool->tp_attr);
217 error = pthread_create(&thread, &tpool->tp_attr, tpool_worker, tpool);
248 (void) pthread_attr_init(&tpool->tp_attr);
249 (void) pthread_attr_setdetachstate(&tpool->tp_attr,

Completed in 184 milliseconds