Home
last modified time | relevance | path

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

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