Searched defs:stack_limit (Results 1 – 11 of 11) sorted by relevance
| /third_party/re2/util/ |
| D | pcre.h | 524 int stack_limit() const { return stack_limit_; } in stack_limit() function 525 void set_stack_limit(int stack_limit) { in set_stack_limit()
|
| D | pcre.cc | 104 int stack_limit, bool report_errors) { in Init() 468 int stack_limit = stack_limit_; in TryMatch() local
|
| /third_party/musl/porting/liteos_m/user/src/thread/ |
| D | pthread_create.c | 120 unsigned char *stack = 0, *stack_limit, *map_base = 0; in __pthread_create() local
|
| /third_party/jerryscript/jerry-core/parser/js/ |
| D | byte-code.h | 779 uint8_t stack_limit; /**< maximum number of values stored on the stack */ member 793 uint16_t stack_limit; /**< maximum number of values stored on the stack */ member
|
| D | js-parser-internal.h | 460 uint16_t stack_limit; /**< maximum stack depth */ member 507 uint16_t stack_limit; /**< maximum stack depth */ member
|
| D | js-parser.c | 608 uint16_t stack_limit; in parse_print_final_cbc() local
|
| /third_party/musl/src/thread/liteos_a/ |
| D | pthread_create.c | 239 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit; in __pthread_create() local
|
| /third_party/musl/porting/liteos_a/user/src/thread/ |
| D | pthread_create.c | 239 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit; in __pthread_create() local
|
| /third_party/musl/src/thread/ |
| D | pthread_create.c | 251 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit; in __pthread_create() local
|
| /third_party/musl/porting/linux/user/src/thread/ |
| D | pthread_create.c | 361 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit, *start_addr; in __pthread_create() local
|
| /third_party/musl/src/thread/linux/ |
| D | pthread_create.c | 526 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit; in __pthread_create() local
|