Home
last modified time | relevance | path

Searched refs:MEMORYSTATUS_CMD_SET_PROCESS_IS_FREEZABLE (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.140.41/tests/
H A Dtask_vm_info_decompressions.c183 …err = memorystatus_control(MEMORYSTATUS_CMD_SET_PROCESS_IS_FREEZABLE, getpid(), (uint32_t)1, NULL,…
H A Dperf_compressor.c335 …if (memorystatus_control(MEMORYSTATUS_CMD_SET_PROCESS_IS_FREEZABLE, getpid(), 1, NULL, 0) != KERN_…
H A Dmemorystatus_freeze_test.c470 …if (memorystatus_control(MEMORYSTATUS_CMD_SET_PROCESS_IS_FREEZABLE, getpid(), (uint32_t)new_state,…
542 kern_ret = memorystatus_control(MEMORYSTATUS_CMD_SET_PROCESS_IS_FREEZABLE, getpid(), 1, NULL, 0);
1103 kern_ret = memorystatus_control(MEMORYSTATUS_CMD_SET_PROCESS_IS_FREEZABLE, getpid(), 1, NULL, 0);
H A Dstackshot_accuracy.m283 memorystatus_control(MEMORYSTATUS_CMD_SET_PROCESS_IS_FREEZABLE, pid, 1, NULL, 0);
/xnu-8020.140.41/bsd/sys/
H A Dkern_memorystatus.h357 #define MEMORYSTATUS_CMD_SET_PROCESS_IS_FREEZABLE 18 /* Is the process eligible for freezing?… macro
/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus.c7956 if (args->command == MEMORYSTATUS_CMD_SET_PROCESS_IS_FREEZABLE ||
8091 case MEMORYSTATUS_CMD_SET_PROCESS_IS_FREEZABLE: