Home
last modified time | relevance | path

Searched refs:pthread_stack_min (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dsysconf-pthread_stack_min.h25 long int pthread_stack_min = GLRO(dl_minsigstacksize); in __get_pthread_stack_min() local
26 assert (pthread_stack_min != 0); 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()
38 return pthread_stack_min; in __get_pthread_stack_min()
DMakefile115 bits/pthread_stack_min.h bits/pthread_stack_min-dynamic.h \
/glibc-2.36/ChangeLog.old/
DChangeLog.233826 [__USE_MISC](bits/pthread_stack_min-dynamic.h): New.
3829 [!(__USE_DYNAMIC_STACK_SIZE && __USE_DYNAMIC_STACK_SIZE)](bits/pthread_stack_min.h): Remove.
3833 (bits/pthread_stack_min-dynamic.h): Include file.
3834 * sysdeps/unix/sysv/linux/bits/pthread_stack_min-dynamic.h: New file.
3835 * sysdeps/unix/sysv/linux/include/bits/pthread_stack_min-dynamic.h: New file.
3904 * sysdeps/posix/sysconf-pthread_stack_min.h: New file.
3907 (sysconf-pthread_stack_min.h): Include file.
3910 * sysdeps/unix/sysv/linux/aarch64/bits/pthread_stack_min.h: New file.
3912 * sysdeps/unix/sysv/linux/alpha/bits/pthread_stack_min.h: New file.
3915 [!(__USE_DYNAMIC_STACK_SIZE && __USE_DYNAMIC_STACK_SIZE)](bits/pthread_stack_min.h): New.
[all …]
DChangeLog.25247 * sysdeps/unix/sysv/linux/loongarch/bits/pthread_stack_min.h: New file.