Searched refs:EXC_MASK_CORPSE_NOTIFY (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.41.9/osfmk/mach/ |
| H A D | exception_types.h | 158 #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-8792.41.9/tests/ |
| H A D | corpse_backtrace.c | 227 exc_port = create_exception_port_behavior64(EXC_MASK_CORPSE_NOTIFY, 298 EXC_MASK_CORPSE_NOTIFY,
|
| H A D | exc_resource_threads.c | 101 …kret = task_set_exception_ports(mach_task_self(), EXC_MASK_CRASH | EXC_MASK_CORPSE_NOTIFY, excepti… in exc_handler()
|
| H A D | reply_port_defense.c | 159 …int err = posix_spawnattr_setexceptionports_np(&attrs, EXC_MASK_GUARD | EXC_MASK_CORPSE_NOTIFY, ex…
|
| H A D | imm_pinned_control_port.c | 374 …int err = posix_spawnattr_setexceptionports_np(&attrs, EXC_MASK_GUARD | EXC_MASK_CORPSE_NOTIFY, ex…
|
| /xnu-8792.41.9/osfmk/corpses/ |
| H A D | corpse.c | 517 kr = thread_get_exception_ports(current_thread(), EXC_MASK_CORPSE_NOTIFY, in task_should_generate_lightweight_corpse() 520 kr = task_get_exception_ports(current_task(), EXC_MASK_CORPSE_NOTIFY, in task_should_generate_lightweight_corpse() 523 kr = host_get_exception_ports(host_priv_self(), EXC_MASK_CORPSE_NOTIFY, in task_should_generate_lightweight_corpse()
|