Home
last modified time | relevance | path

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

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