Searched refs:OS_REASON_FLAG_ABORT (Results 1 – 4 of 4) sorted by relevance
172 #define OS_REASON_FLAG_ABORT 0x200 /* Reason created from abort_* rather than t… macro180 …S_REASON_FLAG_ONE_TIME_FAILURE | OS_REASON_FLAG_NO_CRASH_REPORT | OS_REASON_FLAG_ABORT | OS_REASON…
107 reason_string, reason_flags | OS_REASON_FLAG_ABORT); in abort_with_payload_wrapper_internal()
1391 payload, payload_size, reason_string, reason_flags | OS_REASON_FLAG_ABORT); in abort_with_payload_internal()1667 if ((reason->osr_flags & OS_REASON_FLAG_ABORT) != 0) { in _proc_is_fatal_reason()
1587 reason_flags &= ~((typeof(reason_flags))OS_REASON_FLAG_ABORT); in terminate_with_payload_internal()