Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_misc.c68 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()
202 if (uu_panic_thread == pthread_self()) in uu_panic()
235 uu_panic_thread = 0; in uu_release_child()
/illumos-gate/usr/src/cmd/mdb/common/modules/libuutil/
H A Dlibuutil.c39 pthread_t uu_panic_thread = 0; in uutil_status() local
44 if (mdb_readvar(&uu_panic_thread, "uu_panic_thread") == -1) { in uutil_status()
48 if (uu_panic_thread != 0) { in uutil_status()
49 mdb_printf("thread %d uu_panicked\n", uu_panic_thread); in uutil_status()