Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.c340 …freezable_state = memorystatus_control(MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE, getpid(), 0, NUL…
H A Dmemorystatus_freeze_test.c460 …current_state = memorystatus_control(MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE, getpid(), 0, NULL,…
475 …current_state = memorystatus_control(MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE, getpid(), 0, NULL,…
/xnu-8019.80.24/bsd/sys/
H A Dkern_memorystatus.h359 #define MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE 19 /* Return the freezable state of a proce… macro
/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c7944 args->command == MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE ||
8082 case MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE: