Home
last modified time | relevance | path

Searched refs:FLAVOR_HIGH_WATERMARK (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/osfmk/kern/
H A Dexc_resource.h138 #define FLAVOR_HIGH_WATERMARK 1 /* Indicates that the exception is due to memory limit warn… macro
H A Dtask.c7356 int flavor = FLAVOR_HIGH_WATERMARK; in PROC_CROSSED_HIGH_WATERMARK__SEND_EXC_RESOURCE_AND_SUSPEND()
/xnu-12377.81.4/tests/vm/
H A Dmemorystatus_rearm.c88 if (flavor != FLAVOR_HIGH_WATERMARK) { in catch_mach_exception_raise()
/xnu-12377.81.4/bsd/kern/
H A Dkern_exit.c445 EXC_RESOURCE_ENCODE_FLAVOR(code_update, FLAVOR_HIGH_WATERMARK); in proc_update_corpse_exception_codes()