Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c79 struct zk_thread_wrapper { struct
85 zk_thread_wrapper(void *arg) in zk_thread_wrapper() function
87 struct zk_thread_wrapper ztw; in zk_thread_wrapper()
100 struct zk_thread_wrapper *ztw; in zk_thread_create()
140 VERIFY0(pthread_create(&tid, &attr, zk_thread_wrapper, ztw)); in zk_thread_create()