OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RLIMIT_CPU
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
resource.d
64
RLIMIT_CPU
,
127
RLIMIT_CPU
= 0,
169
RLIMIT_CPU
= 0,
226
RLIMIT_CPU
= 0,
283
RLIMIT_CPU
= 0,
341
RLIMIT_CPU
= 0,
399
RLIMIT_CPU
= 0,
454
RLIMIT_CPU
= 0,
/src/bin/ksh/
c_ulimit.c
63
#ifdef
RLIMIT_CPU
64
{ "time(cpu-seconds)", RLIMIT,
RLIMIT_CPU
,
RLIMIT_CPU
, 1, 't' },
/src/sys/sys/
resource.h
88
#define
RLIMIT_CPU
0 /* cpu time in milliseconds */
sysctl.h
932
#define PROC_PID_LIMIT_CPU (
RLIMIT_CPU
+1)
/src/sys/compat/linux/common/
linux_limit.h
77
return
RLIMIT_CPU
;
/src/sys/miscfs/procfs/
procfs_limit.c
56
{ "Max cpu time", "seconds",
RLIMIT_CPU
},
/src/external/mpl/dhcp/bind/dist/lib/isc/unix/
resource.c
42
*rlim_resource =
RLIMIT_CPU
;
/src/bin/sh/
miscbltin.c
549
#ifdef
RLIMIT_CPU
550
{ "time", "seconds", 't',
RLIMIT_CPU
, 1 },
/src/libexec/getty/
main.c
207
(void)setrlimit(
RLIMIT_CPU
, &limit);
384
(void)setrlimit(
RLIMIT_CPU
, &limit);
/src/external/lgpl3/mpfr/dist/tests/
tests.c
371
if (getrlimit (
RLIMIT_CPU
, rlim))
377
if (setrlimit (
RLIMIT_CPU
, rlim))
/src/tests/lib/libc/sys/
t_setrlimit.c
59
RLIMIT_CPU
,
/src/lib/libutil/
passwd.c
214
(void)setrlimit(
RLIMIT_CPU
, &rlim);
login_cap.c
416
{
RLIMIT_CPU
, R_CTIME, "cputime", },
/src/sys/kern/
kern_synch.c
1240
rlim = &p->p_rlimit[
RLIMIT_CPU
];
1247
p->p_pid, p->p_comm, "exceeded
RLIMIT_CPU
");
1249
p->p_pid, p->p_comm, "exceeded
RLIMIT_CPU
");
/src/external/lgpl3/gmp/dist/demos/
pexpr.c
242
setrlimit (
RLIMIT_CPU
, &limit);
/src/external/lgpl3/mpfr/dist/
configure
18413
if (getrlimit (
RLIMIT_CPU
, rlim))
18416
if (setrlimit (
RLIMIT_CPU
, rlim))
Completed in 60 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026