Home
last modified time | relevance | path

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

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