Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libuutil/common/
H A Duu_misc.c70 static pthread_t uu_panic_thread; variable
190 if (uu_panic_thread == 0) { in uu_panic()
191 uu_panic_thread = pthread_self(); in uu_panic()
199 if (uu_panic_thread == pthread_self()) in uu_panic()
240 uu_panic_thread = 0; in uu_release_child()