Searched defs:panic_thread (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpanic.c88 * thread has previously been doing. The first thread, saved in panic_thread,
98 * The panic_thread is also allowed to make use of the special memory buffer
100 * reboots. We allow the panic_thread to store its register set and panic
157 char panic_stack[PANICSTKSIZE]; /* reserved stack for panic_thread */
158 kthread_t *panic_thread; /* first thread to call panicsys() */ variable
160 label_t panic_regs; /* setjmp label from panic_thread */
170 ushort_t panic_schedflag; /* t_schedflag for panic_thread */
171 cpu_t *panic_bound_cpu; /* t_bound_cpu for panic_thread */
172 char panic_preempt; /* t_preempt for panic_thread */
291 panic_thread
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dassfail.c35 ulwp_t *panic_thread; variable
43 * Called from __assert() to set panicstr and panic_thread.
49 panic_thread = __curthread();
73 panic_thread = self;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3833 kthread_t *panic_thread; local
3852 if (mdb_readvar(&panic_thread, "panic_thread") == -1)
3853 mdb_warn("failed to read 'panic_thread'");
3855 mdb_printf("%16s %?p\n", "thread", panic_thread);

Completed in 72 milliseconds