Searched refs:task_enqueue_exception_with_corpse (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/osfmk/corpses/ |
| H A D | task_corpse.h | 116 extern kern_return_t task_enqueue_exception_with_corpse(
|
| H A D | corpse.c | 570 task_enqueue_exception_with_corpse( in task_enqueue_exception_with_corpse() function
|
| /xnu-11215/osfmk/kern/ |
| H A D | thread.c | 2740 task_enqueue_exception_with_corpse(task, EXC_RESOURCE, code, EXCEPTION_CODE_MAX, NULL, FALSE); in SENDING_NOTIFICATION__TASK_HAS_TOO_MANY_THREADS()
|
| H A D | task.c | 7022 kr = task_enqueue_exception_with_corpse(task, EXC_GUARD, codes, 2, reason, backtrace_only); in PROC_VIOLATED_GUARD__SEND_EXC_GUARD() 7252 task_enqueue_exception_with_corpse(task, EXC_RESOURCE, in PROC_CROSSED_HIGH_WATERMARK__SEND_EXC_RESOURCE_AND_SUSPEND()
|
| /xnu-11215/bsd/kern/ |
| H A D | proc_info.c | 1960 …task_enqueue_exception_with_corpse(current_task(), EXC_GUARD, code, EXCEPTION_CODE_MAX, NULL, TRUE… in PROC_UNPERMITTED_PIDINFO_FLAVOR()
|