Home
last modified time | relevance | path

Searched refs:EXC_MASK_CORPSE_NOTIFY (Results 1 – 7 of 7) sorted by relevance

/xnu-10002.1.13/osfmk/mach/
H A Dexception_types.h158 #define EXC_MASK_CORPSE_NOTIFY (1 << EXC_CORPSE_NOTIFY) macro
174 #define EXC_MASK_VALID (EXC_MASK_ALL | EXC_MASK_CRASH | EXC_MASK_CORPSE_NOTIFY)
/xnu-10002.1.13/tests/
H A Dcorpse_backtrace.c227 exc_port = create_exception_port_behavior64(EXC_MASK_CORPSE_NOTIFY,
298 EXC_MASK_CORPSE_NOTIFY,
H A Dexc_resource_threads.c101 …kret = task_set_exception_ports(mach_task_self(), EXC_MASK_CRASH | EXC_MASK_CORPSE_NOTIFY, excepti… in exc_handler()
H A Dreply_port_defense.c166 …int err = posix_spawnattr_setexceptionports_np(&attrs, EXC_MASK_GUARD | EXC_MASK_CORPSE_NOTIFY, ex…
H A Dimm_pinned_control_port.c374 …int err = posix_spawnattr_setexceptionports_np(&attrs, EXC_MASK_GUARD | EXC_MASK_CORPSE_NOTIFY, ex…
/xnu-10002.1.13/osfmk/corpses/
H A Dcorpse.c523 kr = thread_get_exception_ports(current_thread(), EXC_MASK_CORPSE_NOTIFY, in task_should_generate_lightweight_corpse()
526 kr = task_get_exception_ports(current_task(), EXC_MASK_CORPSE_NOTIFY, in task_should_generate_lightweight_corpse()
529 kr = host_get_exception_ports(host_priv_self(), EXC_MASK_CORPSE_NOTIFY, in task_should_generate_lightweight_corpse()
/xnu-10002.1.13/tests/vm/
H A Ddiag_threshold_test.c27 static exception_mask_t mask = EXC_MASK_CORPSE_NOTIFY; /** Kind of…