OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rlim_max
(Results
51 - 75
of
165
) sorted by null
1
2
3
4
5
6
7
/external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc
47
nocore.
rlim_max
= 0;
60
rlim.
rlim_max
= limit;
/bionic/libc/kernel/common/linux/
resource.h
52
unsigned long
rlim_max
;
member in struct:rlimit
/external/kernel-headers/original/linux/
resource.h
44
unsigned long
rlim_max
;
member in struct:rlimit
compat.h
90
compat_ulong_t
rlim_max
;
member in struct:compat_rlimit
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
resource.h
44
unsigned long
rlim_max
;
member in struct:rlimit
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
resource.h
44
unsigned long
rlim_max
;
member in struct:rlimit
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
resource.h
44
unsigned long
rlim_max
;
member in struct:rlimit
/external/chromium/chrome/browser/
browser_main_posix.cc
170
if (limits.
rlim_max
> 0 && limits.
rlim_max
< max_descriptors) {
171
new_limit = limits.
rlim_max
;
/external/openssh/
sandbox-darwin.c
73
rl_zero.rlim_cur = rl_zero.
rlim_max
= 0;
sandbox-rlimit.c
65
rl_zero.rlim_cur = rl_zero.
rlim_max
= 0;
/system/extras/tests/storage/
opentest.c
76
rlim.
rlim_max
= nfiles + 10;
/frameworks/webview/chromium/plat_support/
draw_gl_functor.cpp
114
limit_struct.
rlim_max
= 0;
116
limit_struct.rlim_cur = limit_struct.
rlim_max
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
resource.h
140
rlim_t
rlim_max
;
member in struct:rlimit
149
rlim64_t
rlim_max
;
member in struct:rlimit64
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
resource.h
140
rlim_t
rlim_max
;
member in struct:rlimit
149
rlim64_t
rlim_max
;
member in struct:rlimit64
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
resource.h
140
rlim_t
rlim_max
;
member in struct:rlimit
149
rlim64_t
rlim_max
;
member in struct:rlimit64
/external/chromium_org/chrome/browser/
chrome_browser_main_posix.cc
256
if (limits.
rlim_max
> 0 && limits.
rlim_max
< max_descriptors) {
257
new_limit = limits.
rlim_max
;
/system/core/sh/
miscbltin.c
399
val = limit.
rlim_max
;
420
limit.
rlim_max
= val;
429
val = limit.
rlim_max
;
/art/runtime/native/
dalvik_system_Zygote.cc
158
// contains a tuple of length 3: (resource, rlim_cur,
rlim_max
). NULL is
176
rlim.
rlim_max
= javaRlimit[2];
181
<< "{" << rlim.rlim_cur << ", " << rlim.
rlim_max
<< "}) failed";
200
rl.
rlim_max
= RLIM_INFINITY;
/external/compiler-rt/lib/tsan/rtl/
tsan_platform_mac.cc
82
lim.
rlim_max
= 0;
/external/elfutils/tests/
dwfl-bug-fd-leak.c
99
struct rlimit fd_limit = { .rlim_cur = 32, .
rlim_max
= 32 };
/system/extras/tests/bionic/libc/common/
test_executable_destructor.c
73
rlim.
rlim_max
= RLIM_INFINITY;
/libcore/dalvik/src/main/java/dalvik/system/
Zygote.java
120
* (resource, rlim_cur,
rlim_max
). These are set via the posix
156
* (resource, rlim_cur,
rlim_max
). These are set via the posix
/external/bison/m4/
printf.m4
[
all
...]
/external/chromium/third_party/libevent/test/
bench.c
152
rl.rlim_cur = rl.
rlim_max
= num_pipes * 2 + 50;
/external/chromium_org/third_party/libevent/test/
bench.c
152
rl.rlim_cur = rl.
rlim_max
= num_pipes * 2 + 50;
Completed in 1588 milliseconds
1
2
3
4
5
6
7