Home
last modified time | relevance | path

Searched refs:RLIMIT_CPU_USAGE_MONITOR (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Dresource.h502 #define RLIMIT_CPU_USAGE_MONITOR 0x2 /* Configure the CPU usage monitor. */ macro
/xnu-8020.101.4/libsyscall/wrappers/libproc/
H A Dlibproc.c568 …if ((ret = proc_rlimit_control(pid, RLIMIT_CPU_USAGE_MONITOR, (void *)(uintptr_t)CPUMON_MAKE_FATAL… in proc_set_cpumon_params_fatal()
/xnu-8020.101.4/bsd/kern/
H A Dkern_resource.c2638 case RLIMIT_CPU_USAGE_MONITOR: in proc_rlimit_control()