Searched refs:EXC_MASK_CORPSE_NOTIFY (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215.1.10/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-11215.1.10/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-11215.1.10/osfmk/corpses/ |
| H A D | corpse.c | 524 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 D | diag_threshold_test.c | 27 static exception_mask_t mask = EXC_MASK_CORPSE_NOTIFY; /** Kind of…
|
| H A D | test_vm_no_pager.m | 250 kret = task_set_exception_ports(mach_task_self(), EXC_MASK_CORPSE_NOTIFY, exception_port,
|