Searched refs:EXC_MASK_CORPSE_NOTIFY (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.121.6/osfmk/mach/ ! |
| H A D | exception_types.h | 163 #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-11417.121.6/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 | imm_pinned_control_port.c | 388 …int err = posix_spawnattr_setexceptionports_np(&attrs, EXC_MASK_GUARD | EXC_MASK_CORPSE_NOTIFY, ex… in test_imm_pinned_control_port()
|
| /xnu-11417.121.6/osfmk/corpses/ ! |
| H A D | corpse.c | 525 kr = thread_get_exception_ports(current_thread(), EXC_MASK_CORPSE_NOTIFY, in task_should_generate_lightweight_corpse() 528 kr = task_get_exception_ports(current_task(), EXC_MASK_CORPSE_NOTIFY, in task_should_generate_lightweight_corpse() 531 kr = host_get_exception_ports(host_priv_self(), EXC_MASK_CORPSE_NOTIFY, in task_should_generate_lightweight_corpse()
|
| /xnu-11417.121.6/tests/vm/ ! |
| H A D | corpse_owned_vmobjects.c | 275 …ret = task_set_exception_ports(task, EXC_MASK_CRASH | EXC_MASK_CORPSE_NOTIFY, exception_port, EXCE…
|
| H A D | test_vm_no_pager.m | 250 kret = task_set_exception_ports(mach_task_self(), EXC_MASK_CORPSE_NOTIFY, exception_port,
|