Home
last modified time | relevance | path

Searched defs:stack_limit (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/src/
Dlinker.rs51 pub static stack_limit: u8; variable
/aosp_15_r20/external/regex-re2/util/
H A Dpcre.h533 int stack_limit() const { return stack_limit_; } in stack_limit() function
534 void set_stack_limit(int stack_limit) { in set_stack_limit()
H A Dpcre.cc105 int stack_limit, bool report_errors) { in Init()
529 int stack_limit = stack_limit_; in TryMatch() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h534 int stack_limit() const { return stack_limit_; } in stack_limit() function
535 void set_stack_limit(int stack_limit) { in set_stack_limit()
Dpcre.cc104 int stack_limit, bool report_errors) { in Init()
528 int stack_limit = stack_limit_; in TryMatch() local
/aosp_15_r20/external/cronet/third_party/re2/src/util/
H A Dpcre.h524 int stack_limit() const { return stack_limit_; } in stack_limit() function
525 void set_stack_limit(int stack_limit) { in set_stack_limit()
H A Dpcre.cc103 int stack_limit, bool report_errors) { in Init()
467 int stack_limit = stack_limit_; in TryMatch() local
/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/
Dsections.ld114 stack_limit = .; symbol
/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_attr.cpp161 rlimit stack_limit; in __pthread_attr_getstack_main_thread() local
/aosp_15_r20/external/musl/src/thread/
H A Dpthread_create.c242 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit; in __pthread_create() local
/aosp_15_r20/external/trusty/musl/src/thread/
Dpthread_create.c230 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit; in __pthread_create() local