Searched refs:RLIMIT_CPU (Results 1 – 4 of 4) sorted by relevance
15 #define RLIMIT_CPU 0 /* CPU time in sec */ macro74 [RLIMIT_CPU] = { RLIM_INFINITY, RLIM_INFINITY }, \
65 #ifdef RLIMIT_CPU66 { RLIMIT_CPU, "RLIMIT_CPU" },
630 #define VKI_RLIMIT_CPU RLIMIT_CPU
3394 #ifdef RLIMIT_CPU in c_ulimit()3395 { "time(cpu-seconds)", RLIMIT_CPU, 1, 't' }, in c_ulimit()3529 #ifdef RLIMIT_CPU in c_ulimit()