Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/mach/
H A Dexception_types.h163 #define EXC_MASK_CORPSE_NOTIFY (1 << EXC_CORPSE_NOTIFY) macro
179 #define EXC_MASK_VALID (EXC_MASK_ALL | EXC_MASK_CRASH | EXC_MASK_CORPSE_NOTIFY)
/xnu-11215.1.10/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 Dimm_pinned_control_port.c388 …int err = posix_spawnattr_setexceptionports_np(&attrs, EXC_MASK_GUARD | EXC_MASK_CORPSE_NOTIFY, ex… in test_imm_pinned_control_port()
/xnu-11215.1.10/osfmk/corpses/
H A Dcorpse.c524 kr = thread_get_exception_ports(current_thread(), EXC_MASK_CORPSE_NOTIFY, in task_should_generate_lightweight_corpse()
527 kr = task_get_exception_ports(current_task(), EXC_MASK_CORPSE_NOTIFY, in task_should_generate_lightweight_corpse()
530 kr = host_get_exception_ports(host_priv_self(), EXC_MASK_CORPSE_NOTIFY, in task_should_generate_lightweight_corpse()
/xnu-11215.1.10/tests/vm/
H A Ddiag_threshold_test.c27 static exception_mask_t mask = EXC_MASK_CORPSE_NOTIFY; /** Kind of…
H A Dtest_vm_no_pager.m250 kret = task_set_exception_ports(mach_task_self(), EXC_MASK_CORPSE_NOTIFY, exception_port,