Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/sparc/sparc64/
Dstrcspn.S25 #define STACK_SIZE 128 macro
29 #define STACK_SIZE 64 macro
Dstrpbrk.S25 #define STACK_SIZE 128 macro
29 #define STACK_SIZE 64 macro
Dstrspn.S25 #define STACK_SIZE 128 macro
29 #define STACK_SIZE 64 macro
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-align-clone-internal.c48 # define STACK_SIZE 256 * 1024 in do_test() macro
50 # define STACK_SIZE 128 * 1024 in do_test() macro
Dtst-misalign-clone-internal.c49 # define STACK_SIZE (256 * 1024) in do_test() macro
51 # define STACK_SIZE (128 * 1024) in do_test() macro
Dtst-misalign-clone.c54 # define STACK_SIZE (256 * 1024) in do_test() macro
56 # define STACK_SIZE (128 * 1024) in do_test() macro
Dtst-getpid1-internal.c64 # define STACK_SIZE 256 * 1024 in do_test() macro
66 # define STACK_SIZE 128 * 1024 in do_test() macro
Dtst-clone2-internal.c74 # define STACK_SIZE 256 * 1024 in do_test() macro
76 # define STACK_SIZE 128 * 1024 in do_test() macro
/glibc-2.36/mach/
Dsetup-thread.c25 #define STACK_SIZE (16 * 1024 * 1024) /* 16MB, arbitrary. */ macro
/glibc-2.36/sysdeps/pthread/
Dtst-pt-tls1.c86 #define STACK_SIZE (1 * 1024 * 1024) in do_test() macro
/glibc-2.36/stdlib/
Dqsort.c57 #define STACK_SIZE (CHAR_BIT * sizeof (size_t)) macro