Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/unwind/
H A Dunwind.c90 thr_panic("_t_cancel(): _thrp_exit() returned"); in _t_cancel()
97 thr_panic("_t_cancel(): _ex_clnup_handler() returned"); in _t_cancel()
103 thr_panic("_t_cancel(): _ex_unwind() returned"); in _t_cancel()
107 thr_panic("_t_cancel(): _ex_unwind_local() returned"); in _t_cancel()
111 thr_panic("_t_cancel(): _thrp_exit() returned"); in _t_cancel()
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dthrp_unwind.c59 thr_panic("posix_stop_func(): _thrp_exit() returned"); in posix_stop_func()
115 thr_panic("_thrp_unwind(): _thrp_exit() returned"); in _thrp_unwind()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c226 thr_panic("call_user_handler(): setcontext() returned"); in call_user_handler()
288 thr_panic("take_deferred_signal(): __sigresend() failed"); in take_deferred_signal()
331 thr_panic("sigacthandler(): call_user_handler() returned"); in sigacthandler()
362 thr_panic("sigacthandler(): __setcontext() returned"); in sigacthandler()
598 thr_panic("setcontext(): __setcontext() returned"); in setcontext()
H A Dalloc.c119 thr_panic("initial allocation failed; swap space exhausted?"); in initial_allocation()
317 thr_panic("lfree() called with a misaligned pointer"); in lfree()
H A Ddoor_calls.c602 thr_panic("door_xcreate_n - no privdoor_data " in door_xcreate_n()
677 thr_panic("door server create function illegal return"); in door_xcreate_n()
H A Dthr.c781 thr_panic("_thrp_exit(): exit(0) returned"); in _thrp_exit()
896 thr_panic("_thrp_exit(): _lwp_terminate() returned"); in _thrp_exit()
969 thr_panic("_thrp_exit_common(): _thrp_unwind() returned"); in _thrp_exit_common()
1320 thr_panic("cannot allocate thread structure for main thread"); in libc_init()
1598 thr_panic("cannot allocate thread hash table"); in finish_init()
2648 thr_panic(buf); in gettsp_slow()
H A Dassfail.c111 thr_panic(const char *why) in thr_panic() function
H A Dsynch.c86 thr_panic("mutex_setup() cannot acquire stall_mutex"); in mutex_setup()
484 thr_panic("cannot allocate thread queue_head table"); in queue_alloc()
942 thr_panic("dequeue_self(): curthread not found on queue"); in dequeue_self()
3274 thr_panic("cond_sleep_queue(): thread not on queue"); in cond_sleep_queue()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1276 extern void thr_panic(const char *) __NORETURN;
1277 #pragma rarely_called(thr_panic)