Home
last modified time | relevance | path

Searched refs:tpool_worker (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c124 tpool_worker(void *arg) in tpool_worker() function
236 error = pthread_create(&thread, &tpool->tp_attr, tpool_worker, tpool); in create_worker()