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

/osnet-11/usr/src/lib/libuutil/common/
H A Duu_misc.c68 static pthread_t uu_panic_thread; variable
193 if (uu_panic_thread == 0) {
194 uu_panic_thread = pthread_self();
202 if (uu_panic_thread == pthread_self())
243 uu_panic_thread = 0;

Completed in 28 milliseconds