HomeSort by relevance Sort by last modified time
    Searched refs:RLIMIT_NPROC (Results 1 - 24 of 24) sorted by null

  /bionic/libc/kernel/uapi/asm-mips/asm/
resource.h 24 #define RLIMIT_NPROC 8
  /external/kernel-headers/original/uapi/asm-mips/asm/
resource.h 21 #define RLIMIT_NPROC 8 /* max number of processes */
  /bionic/libc/kernel/uapi/asm-generic/
resource.h 29 #ifndef RLIMIT_NPROC
30 #define RLIMIT_NPROC 6
  /external/kernel-headers/original/uapi/asm-generic/
resource.h 26 #ifndef RLIMIT_NPROC
27 # define RLIMIT_NPROC 6 /* max number of processes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
resource.h 25 #ifndef RLIMIT_NPROC
26 # define RLIMIT_NPROC 6 /* max number of processes */
  /external/mksh/src/
rlimits.opt 56 >p|RLIMIT_NPROC
57 FN("processes", RLIMIT_NPROC, 1
rlimits.gen 52 #ifdef RLIMIT_NPROC
53 FN("processes", RLIMIT_NPROC, 1, 'p')
152 #ifdef RLIMIT_NPROC
  /external/strace/xlat/
resources.h 41 #if defined(RLIMIT_NPROC) || (defined(HAVE_DECL_RLIMIT_NPROC) && HAVE_DECL_RLIMIT_NPROC)
42 XLAT(RLIMIT_NPROC),
  /external/ltp/testcases/kernel/syscalls/setrlimit/
setrlimit01.c 73 if ((setrlimit(RLIMIT_NPROC, &save_rlim)) == -1) {
75 "RLIMIT_NPROC, errno = %d", errno);
193 * test3 - Test for RLIMIT_NPROC
197 SAFE_GETRLIMIT(cleanup, RLIMIT_NPROC, &save_rlim);
202 TEST(setrlimit(RLIMIT_NPROC, &rlim));
206 "RLIMIT_NPROC, errno = %d", errno);
210 if ((getrlimit(RLIMIT_NPROC, &rlim1)) == -1) {
212 "values for RLIMIT_NPROC, errno = %d", errno);
234 tst_resm(TFAIL, "RLIMIT_NPROC functionality is not correct");
236 tst_resm(TPASS, "RLIMIT_NPROC functionality is correct")
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
resource.h 92 #define RLIMIT_NPROC 7 /* number of processes */
  /external/ltp/testcases/kernel/syscalls/getrlimit/
getrlimit01.c 45 {RLIMIT_NPROC, "RLIMIT_NPROC"},
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue18146.go 40 // Restrict the number of attempts based on RLIMIT_NPROC.
41 // Tediously, RLIMIT_NPROC was left out of the syscall package,
59 t.Logf("lowering attempts from %d to %d for RLIMIT_NPROC", attempts, max)
  /prebuilts/go/linux-x86/misc/cgo/test/
issue18146.go 40 // Restrict the number of attempts based on RLIMIT_NPROC.
41 // Tediously, RLIMIT_NPROC was left out of the syscall package,
59 t.Logf("lowering attempts from %d to %d for RLIMIT_NPROC", attempts, max)
  /external/toybox/toys/posix/
ulimit.c 67 RLIMIT_CPU, RLIMIT_NPROC, RLIMIT_AS};
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
resource.h 74 #define RLIMIT_NPROC __RLIMIT_NPROC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
resource.h 74 #define RLIMIT_NPROC __RLIMIT_NPROC
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
resource.c 293 #ifdef RLIMIT_NPROC
294 PyModule_AddIntConstant(m, "RLIMIT_NPROC", RLIMIT_NPROC);
  /external/python/cpython2/Modules/
resource.c 310 #ifdef RLIMIT_NPROC
311 PyModule_AddIntConstant(m, "RLIMIT_NPROC", RLIMIT_NPROC);
  /bionic/libc/bionic/
sysconf.cpp 67 case _SC_CHILD_MAX: return __sysconf_rlimit(RLIMIT_NPROC);
  /external/python/cpython3/Modules/
resource.c 373 #ifdef RLIMIT_NPROC
374 PyModule_AddIntMacro(m, RLIMIT_NPROC);
  /external/llvm/utils/lit/lit/
main.py 394 max_procs_soft, max_procs_hard = resource.getrlimit(resource.RLIMIT_NPROC)
398 resource.setrlimit(resource.RLIMIT_NPROC, (desired_limit, max_procs_hard))
  /external/python/cpython2/Lib/plat-atheos/
IN.py 502 RLIMIT_NPROC = 7
  /external/python/cpython3/Lib/test/
test_subprocess.py     [all...]
  /external/valgrind/include/vki/
vki-darwin.h 657 #define VKI_RLIMIT_NPROC RLIMIT_NPROC

Completed in 856 milliseconds