/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | sysconf-pthread_stack_min.h | 27 _Static_assert (__builtin_constant_p (PTHREAD_STACK_MIN), in __get_pthread_stack_min() 30 if (pthread_stack_min < PTHREAD_STACK_MIN) in __get_pthread_stack_min() 31 pthread_stack_min = PTHREAD_STACK_MIN; in __get_pthread_stack_min()
|
/glibc-2.36/support/ |
D | support_set_small_thread_stack_size.c | 30 #ifdef PTHREAD_STACK_MIN in support_small_thread_stack_size() 31 if (stack_size < PTHREAD_STACK_MIN) in support_small_thread_stack_size() 32 stack_size = PTHREAD_STACK_MIN; in support_small_thread_stack_size()
|
/glibc-2.36/stdlib/ |
D | test-atexit-race-common.c | 65 #ifdef PTHREAD_STACK_MIN in do_test() 66 0x20000 < PTHREAD_STACK_MIN ? PTHREAD_STACK_MIN : in do_test()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-cond16.c | 78 #ifdef PTHREAD_STACK_MIN in do_test() 79 if (sz < PTHREAD_STACK_MIN) in do_test() 80 sz = PTHREAD_STACK_MIN; in do_test()
|
D | tst-cond18.c | 90 #ifdef PTHREAD_STACK_MIN in do_test() 91 if (sz < PTHREAD_STACK_MIN) in do_test() 92 sz = PTHREAD_STACK_MIN; in do_test()
|
D | allocalim.h | 28 #ifdef PTHREAD_STACK_MIN in __libc_use_alloca() 29 || __glibc_likely (size <= PTHREAD_STACK_MIN / 4) in __libc_use_alloca()
|
D | tst-basic7.c | 58 #ifdef PTHREAD_STACK_MIN in do_test() 59 use_stack_ptr (PTHREAD_STACK_MIN); in do_test()
|
D | tst-stack1.c | 78 #ifdef PTHREAD_STACK_MIN in do_test() 79 size = MAX (size, PTHREAD_STACK_MIN); in do_test()
|
/glibc-2.36/sysdeps/posix/ |
D | sysconf-pthread_stack_min.h | 24 #ifdef PTHREAD_STACK_MIN in __get_pthread_stack_min() 25 return PTHREAD_STACK_MIN; in __get_pthread_stack_min()
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | pthread_stack_min-dynamic.h | 19 #ifndef PTHREAD_STACK_MIN 26 # define PTHREAD_STACK_MIN __sysconf (__SC_THREAD_STACK_MIN_VALUE) macro
|
D | pthread_stack_min.h | 20 #define PTHREAD_STACK_MIN 16384 macro
|
/glibc-2.36/sysdeps/nptl/ |
D | pthread_early_init.h | 38 else if (limit.rlim_cur < PTHREAD_STACK_MIN) in __pthread_early_init() 41 limit.rlim_cur = PTHREAD_STACK_MIN; in __pthread_early_init()
|
/glibc-2.36/nptl/ |
D | tst-stack3.c | 47 int res = posix_memalign (&stack, getpagesize (), 4 * PTHREAD_STACK_MIN); in do_test() 58 res = pthread_attr_setstack (&attr, stack, 4 * PTHREAD_STACK_MIN); in do_test()
|
D | allocatestack.c | 193 if (freesize > PTHREAD_STACK_MIN) in advise_stack_range() 194 __madvise (mem, freesize - PTHREAD_STACK_MIN, MADV_DONTNEED); in advise_stack_range() 198 uintptr_t freeblock = (sp + PTHREAD_STACK_MIN + pagesize_m1) & ~pagesize_m1; in advise_stack_range()
|
D | tst-minstack-cancel.c | 40 xpthread_attr_setstacksize (&attr, PTHREAD_STACK_MIN); in do_test()
|
D | tst-minstack-exit.c | 42 xpthread_attr_setstacksize (&attr, PTHREAD_STACK_MIN); in do_test()
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/ |
D | pthread_stack_min.h | 21 #define PTHREAD_STACK_MIN 131072 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
D | pthread_stack_min.h | 20 #define PTHREAD_STACK_MIN 24576 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/bits/ |
D | pthread_stack_min.h | 20 #define PTHREAD_STACK_MIN 131072 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/bits/ |
D | pthread_stack_min.h | 22 #define PTHREAD_STACK_MIN 131072 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/bits/ |
D | pthread_stack_min.h | 20 #define PTHREAD_STACK_MIN 196608 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | pthread_stack_min.h | 20 #define PTHREAD_STACK_MIN 24576 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
D | pthread_stack_min.h | 20 #define PTHREAD_STACK_MIN 131072 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | Versions | 3 # Changed PTHREAD_STACK_MIN.
|
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/ |
D | Versions | 19 # Changed PTHREAD_STACK_MIN.
|