Home
last modified time | relevance | path

Searched refs:MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.61.3/tests/
H A Dstackshot_accuracy.m280 freeze_state = memorystatus_control(MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE, pid, 0, NULL, 0);
284 freeze_state = memorystatus_control(MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE, pid, 0, NULL, 0);
347 …int freeze_state = memorystatus_control(MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE, getpid(), 0, NU…
H A Dperf_compressor.c341 …freezable_state = memorystatus_control(MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE, getpid(), 0, NUL…
/xnu-10002.61.3/bsd/sys/
H A Dkern_memorystatus.h364 #define MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE 19 /* Return the freezable state of a proce… macro
/xnu-10002.61.3/tests/vm/
H A Dmemorystatus_freeze_test.c447 …current_state = memorystatus_control(MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE, getpid(), 0, NULL,…
462 …current_state = memorystatus_control(MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE, getpid(), 0, NULL,…
/xnu-10002.61.3/bsd/kern/
H A Dkern_memorystatus.c8121 args->command == MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE ||
8280 case MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE: