Searched refs:RLIMIT_CPU (Results 1 – 18 of 18) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| H A D | resource.d | 127 RLIMIT_CPU = 0, in nogc() enumerator 169 RLIMIT_CPU = 0, 226 RLIMIT_CPU = 0, 283 RLIMIT_CPU = 0, 341 RLIMIT_CPU = 0, 399 RLIMIT_CPU = 0, 454 RLIMIT_CPU = 0,
|
| /netbsd-src/bin/ksh/ |
| H A D | c_ulimit.c | 63 #ifdef RLIMIT_CPU 64 { "time(cpu-seconds)", RLIMIT, RLIMIT_CPU, RLIMIT_CPU, 1, 't' },
|
| /netbsd-src/bin/csh/ |
| H A D | func.c | 1100 { RLIMIT_CPU, "cputime", 1, "seconds" }, 1186 if (lp->limconst != RLIMIT_CPU) in getval() 1190 if (lp->limconst == RLIMIT_CPU) in getval() 1197 if (lp->limconst != RLIMIT_CPU) in getval() 1203 if (lp->limconst == RLIMIT_CPU) in getval() 1209 if (lp->limconst == RLIMIT_CPU) { in getval() 1219 if (lp->limconst != RLIMIT_CPU) in getval() 1262 else if (lp->limconst == RLIMIT_CPU) in plim()
|
| /netbsd-src/sys/sys/ |
| H A D | resource.h | 88 #define RLIMIT_CPU 0 /* cpu time in milliseconds */ macro
|
| H A D | sysctl.h | 925 #define PROC_PID_LIMIT_CPU (RLIMIT_CPU+1)
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_limit.h | 77 return RLIMIT_CPU; in linux_to_bsd_limit()
|
| /netbsd-src/libexec/getty/ |
| H A D | main.c | 207 (void)setrlimit(RLIMIT_CPU, &limit); in main() 384 (void)setrlimit(RLIMIT_CPU, &limit); in main()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
| H A D | resource.c | 42 *rlim_resource = RLIMIT_CPU; in resource2rlim()
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/ |
| H A D | resource.c | |
| /netbsd-src/sys/miscfs/procfs/ |
| H A D | procfs_limit.c | 56 { "Max cpu time", "seconds", RLIMIT_CPU },
|
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | tests.c | 371 if (getrlimit (RLIMIT_CPU, rlim)) in tests_limit_start() 377 if (setrlimit (RLIMIT_CPU, rlim)) in tests_limit_start()
|
| /netbsd-src/tests/lib/libc/sys/ |
| H A D | t_setrlimit.c | 59 RLIMIT_CPU,
|
| /netbsd-src/lib/libutil/ |
| H A D | passwd.c | 214 (void)setrlimit(RLIMIT_CPU, &rlim); in pw_init()
|
| H A D | login_cap.c | 416 { RLIMIT_CPU, R_CTIME, "cputime", },
|
| /netbsd-src/sys/kern/ |
| H A D | kern_synch.c | 1240 rlim = &p->p_rlimit[RLIMIT_CPU]; in sched_pstats()
|
| /netbsd-src/external/lgpl3/gmp/dist/demos/ |
| H A D | pexpr.c | 242 setrlimit (RLIMIT_CPU, &limit); in setup_error_handler()
|
| /netbsd-src/external/lgpl3/mpfr/dist/ |
| H A D | acinclude.m4 | 885 if (getrlimit (RLIMIT_CPU, rlim)) 888 if (setrlimit (RLIMIT_CPU, rlim))
|
| H A D | configure | 18413 if (getrlimit (RLIMIT_CPU, rlim)) 18416 if (setrlimit (RLIMIT_CPU, rlim))
|