Home
last modified time | relevance | path

Searched refs:DEFAULT_STACK_MAX (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/src/env/
D__init_tls.c101 phdr->p_memsz < DEFAULT_STACK_MAX ? in static_init_tls()
102 phdr->p_memsz : DEFAULT_STACK_MAX; in static_init_tls()
/third_party/musl/porting/linux/user/src/env/
D__init_tls.c105 phdr->p_memsz < DEFAULT_STACK_MAX ? in static_init_tls()
106 phdr->p_memsz : DEFAULT_STACK_MAX; in static_init_tls()
/third_party/musl/src/thread/
Dpthread_setattr_default_np.c17 unsigned stack = MIN(attrp->_a_stacksize, DEFAULT_STACK_MAX); in pthread_setattr_default_np()
/third_party/musl/porting/liteos_a/user/src/env/
D__init_tls.c134 phdr->p_memsz < DEFAULT_STACK_MAX ? in static_init_tls()
135 phdr->p_memsz : DEFAULT_STACK_MAX; in static_init_tls()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h125 #define DEFAULT_STACK_MAX (8<<20) macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h124 #define DEFAULT_STACK_MAX (8<<20) macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h125 #define DEFAULT_STACK_MAX (8<<20) macro
/third_party/musl/src/internal/
Dpthread_impl.h185 #define DEFAULT_STACK_MAX (8<<20) macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h186 #define DEFAULT_STACK_MAX (8<<20) macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h186 #define DEFAULT_STACK_MAX (8<<20) macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h257 #define DEFAULT_STACK_MAX (8<<20) macro
/third_party/musl/ldso/
Ddynlink.c658 ph->p_memsz < DEFAULT_STACK_MAX ? in map_library()
659 ph->p_memsz : DEFAULT_STACK_MAX; in map_library()
1363 ph->p_memsz < DEFAULT_STACK_MAX ? in kernel_mapped_dso()
1364 ph->p_memsz : DEFAULT_STACK_MAX; in kernel_mapped_dso()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c656 ph->p_memsz < DEFAULT_STACK_MAX ? in map_library()
657 ph->p_memsz : DEFAULT_STACK_MAX; in map_library()
1379 ph->p_memsz < DEFAULT_STACK_MAX ? in kernel_mapped_dso()
1380 ph->p_memsz : DEFAULT_STACK_MAX; in kernel_mapped_dso()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c656 ph->p_memsz < DEFAULT_STACK_MAX ? in map_library()
657 ph->p_memsz : DEFAULT_STACK_MAX; in map_library()
1379 ph->p_memsz < DEFAULT_STACK_MAX ? in kernel_mapped_dso()
1380 ph->p_memsz : DEFAULT_STACK_MAX; in kernel_mapped_dso()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1341 ph->p_memsz < DEFAULT_STACK_MAX ? in map_library()
1342 ph->p_memsz : DEFAULT_STACK_MAX; in map_library()
2325 ph->p_memsz < DEFAULT_STACK_MAX ? in kernel_mapped_dso()
2326 ph->p_memsz : DEFAULT_STACK_MAX; in kernel_mapped_dso()
4340 ph->p_memsz < DEFAULT_STACK_MAX ? in task_map_library()
4341 ph->p_memsz : DEFAULT_STACK_MAX; in task_map_library()