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

/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool_impl.h73 pthread_attr_t tp_attr; /* attributes of the workers */ member in struct:tpool
H A Dthread_pool.c64 (void) pthread_attr_destroy(&tpool->tp_attr);
236 error = pthread_create(&thread, &tpool->tp_attr, tpool_worker, tpool);
376 error = pthread_attr_clone(&tpool->tp_attr, attr);
384 (void) pthread_attr_setdetachstate(&tpool->tp_attr,

Completed in 102 milliseconds