Searched refs:RLIMIT_STACK (Results 1 – 11 of 11) sorted by relevance
/external/kernel-headers/original/asm-generic/ |
D | resource.h | 18 #define RLIMIT_STACK 3 /* max stack size */ macro 77 [RLIMIT_STACK] = { _STK_LIM, _STK_LIM_MAX }, \
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix_libcdep.cc | 53 CHECK_EQ(0, getrlimit(RLIMIT_STACK, &rlim)); in StackSizeIsUnlimited() 61 if (setrlimit(RLIMIT_STACK, &rlim)) { in SetStackSizeLimitInBytes()
|
D | sanitizer_linux_libcdep.cc | 38 CHECK_EQ(getrlimit(RLIMIT_STACK, &rl), 0); in GetThreadStackTopAndBottom()
|
/external/strace/ |
D | resource.c | 101 #ifdef RLIMIT_STACK 102 { RLIMIT_STACK, "RLIMIT_STACK" },
|
/external/chromium/base/threading/ |
D | platform_thread_posix.cc | 94 getrlimit(RLIMIT_STACK, &stack_rlimit) == 0 && in CreateThread()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_linux.cc | 331 if (getlim(RLIMIT_STACK) == (rlim_t)-1) { in InitializePlatform()
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
D | demo.cc | 452 if (((errno = 0), !getrlimit(RLIMIT_STACK, NULL)) || errno != EFAULT || in main()
|
/external/chromium_org/base/threading/ |
D | platform_thread_mac.mm | 207 getrlimit(RLIMIT_STACK, &stack_rlimit) == 0 &&
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 633 #define VKI_RLIMIT_STACK RLIMIT_STACK
|
/external/mksh/src/ |
D | funcs.c | 3406 #ifdef RLIMIT_STACK in c_ulimit() 3407 { "stack(KiB)", RLIMIT_STACK, 1024, 's' }, in c_ulimit() 3523 #ifdef RLIMIT_STACK in c_ulimit()
|
/external/bison/m4/ |
D | printf.m4 | 1016 #ifdef RLIMIT_STACK 1017 if (getrlimit (RLIMIT_STACK, &limit) < 0) 1022 if (setrlimit (RLIMIT_STACK, &limit) < 0)
|