Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/lib/libuutil/
H A Duu_misc.c67 static pthread_t uu_panic_thread; variable
193 if (uu_panic_thread == 0) { in uu_panic()
194 uu_panic_thread = pthread_self(); in uu_panic()
204 if (uu_panic_thread == pthread_self()) in uu_panic()
237 uu_panic_thread = 0; in uu_release_child()