Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libuutil/
H A Duu_misc.c68 static pthread_t uu_panic_thread; variable
194 if (uu_panic_thread == 0) { in uu_panic()
195 uu_panic_thread = pthread_self(); in uu_panic()
205 if (uu_panic_thread == pthread_self()) in uu_panic()
238 uu_panic_thread = 0; in uu_release_child()