Home
last modified time | relevance | path

Searched defs:stack_size (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/support/
Dsupport_set_small_thread_stack_size.c29 size_t stack_size = 256 * 1024; in support_small_thread_stack_size() local
Dxclone.c25 xclone (int (*fn) (void *arg), void *arg, void *stack, size_t stack_size, in xclone()
/glibc-2.36/mach/
Dsetup-thread.c37 vm_address_t *stack_base, vm_size_t *stack_size) in __mach_setup_thread()
/glibc-2.36/stdlib/
Dtst-canon-bz26341.c84 size_t stack_size = support_small_thread_stack_size () in do_realpath() local
/glibc-2.36/sysdeps/unix/sysv/linux/
Dclone3.h50 __aligned_uint64_t stack_size; member
Dspawni.c351 size_t stack_size = ALIGN_UP (argv_size, GLRO(dl_pagesize)); in __spawnix() local
/glibc-2.36/hurd/
Dhurdstartup.h46 vm_size_t stack_size; member
/glibc-2.36/nptl/
Dtst-context1.c40 static size_t stack_size; variable
/glibc-2.36/elf/
Dtst-execstack.c112 size_t stack_size; in do_test() local
/glibc-2.36/malloc/
Dtst-malloc-thread-fail.c363 unsigned long stack_size = ((256 * 1024) / page_size) * page_size; in do_test() local