Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dresource.h469 #define RLIMIT_CPU 0 /* cpu time per process */ macro
/xnu-8020.140.41/bsd/kern/
H A Dkern_fork.c1126 rlimit_cpu_cur = proc_limitgetcur(child_proc, RLIMIT_CPU); in forkproc()
H A Dkern_resource.c995 case RLIMIT_CPU: in dosetrlimit()