Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dthread.c50 struct zk_thread_wrapper { struct
56 zk_thread_wrapper(void *arg) in zk_thread_wrapper() argument
58 struct zk_thread_wrapper ztw; in zk_thread_wrapper()
72 struct zk_thread_wrapper *ztw; in zk_thread_create()
112 VERIFY0(pthread_create(&tid, &attr, zk_thread_wrapper, ztw)); in zk_thread_create()