Home
last modified time | relevance | path

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

/freebsd/lib/librt/
H A Dsigev_thread.c68 static void worker_cleanup(void *);
443 pthread_cleanup_push(worker_cleanup, sn); in worker_routine()
452 worker_cleanup(void *arg) in worker_cleanup() function
/freebsd/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c74 worker_cleanup(void *arg) in worker_cleanup() function
134 pthread_cleanup_push(worker_cleanup, tpool); in tpool_worker()