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

/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_misc.c70 static pthread_t uu_panic_thread; variable
190 if (uu_panic_thread == 0) {
191 uu_panic_thread = pthread_self();
199 if (uu_panic_thread == pthread_self())
240 uu_panic_thread = 0;

Completed in 22 milliseconds