Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/
H A Dstackshot_accuracy.m282 freeze_state = memorystatus_control(MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE, pid, 0, NULL, 0);
286 freeze_state = memorystatus_control(MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE, pid, 0, NULL, 0);
349 …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-12377.81.4/bsd/sys/
H A Dkern_memorystatus.h357 #define MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE 19 /* Return the freezable state of a proce… macro
/xnu-12377.81.4/tests/vm/
H A Dmemorystatus_freeze_test.c480 …current_state = memorystatus_control(MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE, getpid(), 0, NULL,…
495 …current_state = memorystatus_control(MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE, getpid(), 0, NULL,…
/xnu-12377.81.4/bsd/kern/
H A Dkern_memorystatus.c9209 args->command == MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE ||
9414 case MEMORYSTATUS_CMD_GET_PROCESS_IS_FREEZABLE: