Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vm/ !
H A Dvm_unix.c3989 extern int debug4k_panic_on_terminate;
3990 SYSCTL_INT(_vm, OID_AUTO, debug4k_panic_on_terminate, CTLFLAG_RW | CTLFLAG_LOCKED, &debug4k_panic_o…
/xnu-10063.101.15/osfmk/kern/ !
H A Dtask.c2967 int debug4k_panic_on_terminate = 0; variable
3174 if (debug4k_panic_on_terminate) { in task_terminate_internal()