Searched refs:stack_size (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/musl/sanitizers/ |
| A D | hooks.c | 14 void* stack_base, size_t stack_size) { in __sanitizer_startup_hook() argument 19 void* stack_base, size_t stack_size) { in __sanitizer_before_thread_create_hook() argument
|
| /third_party/ulib/musl/src/thread/ |
| A D | allocate.c | 150 const size_t stack_size = round_up_to_page(requested_stack_size); in __allocate_thread() local 155 const size_t vmo_size = tcb_size + stack_size * 2; in __allocate_thread() 193 tcb_size, stack_size, guard_size, 0, in __allocate_thread() 202 tcb_size + stack_size, stack_size, guard_size, 0, in __allocate_thread()
|
| /third_party/ulib/musl/include/zircon/ |
| A D | sanitizer.h | 110 void* stack_base, size_t stack_size); 119 void* stack_base, size_t stack_size);
|
| /third_party/ulib/musl/src/internal/ |
| A D | libc.h | 29 size_t stack_size; member
|
| A D | threads_impl.h | 174 size_t stack_size,
|
| /third_party/ulib/musl/ldso/ |
| A D | dynlink.c | 1649 attr._a_stacksize = libc.stack_size; in __init_main_thread() 1954 libc.stack_size = DEFAULT_PTHREAD_ATTR._a_stacksize; in dls3() 1959 libc.stack_size = size; in dls3()
|
Completed in 14 milliseconds