Home
last modified time | relevance | path

Searched refs:DEFAULT_STACK_MAX (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/src/thread/
H A Dpthread_setattr_default_np.c17 unsigned stack = MIN(attrp->_a_stacksize, DEFAULT_STACK_MAX); in pthread_setattr_default_np()
/third_party/musl/porting/linux/user/src/env/
H A D__init_tls.c106 phdr->p_memsz < DEFAULT_STACK_MAX ? in static_init_tls()
107 phdr->p_memsz : DEFAULT_STACK_MAX; in static_init_tls()
/third_party/musl/src/env/
H A D__init_tls.c140 phdr->p_memsz < DEFAULT_STACK_MAX ? in static_init_tls()
141 phdr->p_memsz : DEFAULT_STACK_MAX; in static_init_tls()
/third_party/musl/porting/liteos_a/user/src/env/
H A D__init_tls.c133 phdr->p_memsz < DEFAULT_STACK_MAX ? in static_init_tls()
134 phdr->p_memsz : DEFAULT_STACK_MAX; in static_init_tls()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dpthread_impl.h125 #define DEFAULT_STACK_MAX (8<<20) macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dpthread_impl.h125 #define DEFAULT_STACK_MAX (8<<20) macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dpthread_impl.h129 #define DEFAULT_STACK_MAX (8<<20) macro
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dpthread_impl.h186 #define DEFAULT_STACK_MAX (8<<20) macro
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h295 #define DEFAULT_STACK_MAX (8<<20) macro
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h202 #define DEFAULT_STACK_MAX (8<<20) macro
/third_party/musl/src/internal/
H A Dpthread_impl.h310 #define DEFAULT_STACK_MAX (8<<20) macro
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c673 ph->p_memsz < DEFAULT_STACK_MAX ? in map_library()
674 ph->p_memsz : DEFAULT_STACK_MAX; in map_library()
1401 ph->p_memsz < DEFAULT_STACK_MAX ? in kernel_mapped_dso()
1402 ph->p_memsz : DEFAULT_STACK_MAX; in kernel_mapped_dso()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c673 ph->p_memsz < DEFAULT_STACK_MAX ? in map_library()
674 ph->p_memsz : DEFAULT_STACK_MAX; in map_library()
1400 ph->p_memsz < DEFAULT_STACK_MAX ? in kernel_mapped_dso()
1401 ph->p_memsz : DEFAULT_STACK_MAX; in kernel_mapped_dso()
/third_party/musl/ldso/
H A Ddynlink.c740 ph->p_memsz < DEFAULT_STACK_MAX ? in map_library()
741 ph->p_memsz : DEFAULT_STACK_MAX; in map_library()
1494 ph->p_memsz < DEFAULT_STACK_MAX ?
1495 ph->p_memsz : DEFAULT_STACK_MAX;
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c1476 ph->p_memsz < DEFAULT_STACK_MAX ? in map_library()
1477 ph->p_memsz : DEFAULT_STACK_MAX; in map_library()
2523 ph->p_memsz < DEFAULT_STACK_MAX ? in kernel_mapped_dso()
2524 ph->p_memsz : DEFAULT_STACK_MAX; in kernel_mapped_dso()
4864 ph->p_memsz < DEFAULT_STACK_MAX ? in task_map_library()
4865 ph->p_memsz : DEFAULT_STACK_MAX; in task_map_library()
/third_party/musl/ldso/linux/
H A Ddynlink.c1628 ph->p_memsz < DEFAULT_STACK_MAX ? in map_library()
1629 ph->p_memsz : DEFAULT_STACK_MAX; in map_library()
2752 ph->p_memsz < DEFAULT_STACK_MAX ? in kernel_mapped_dso()
2753 ph->p_memsz : DEFAULT_STACK_MAX; in kernel_mapped_dso()
5234 ph->p_memsz < DEFAULT_STACK_MAX ? in task_map_library()
5235 ph->p_memsz : DEFAULT_STACK_MAX; in task_map_library()

Completed in 32 milliseconds