Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/lib/libzpool/
HDkernel.c80 struct zk_thread_wrapper { struct
86 zk_thread_wrapper(void *arg) in zk_thread_wrapper() function
88 struct zk_thread_wrapper ztw; in zk_thread_wrapper()
102 struct zk_thread_wrapper *ztw; in zk_thread_create()
142 VERIFY0(pthread_create(&tid, &attr, zk_thread_wrapper, ztw)); in zk_thread_create()