Home
last modified time | relevance | path

Searched refs:DEFAULT_STACK_SIZE (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/libc-test/src/functionalext/thread/
Dpthread_stack_size.c21 #define DEFAULT_STACK_SIZE 131072 macro
32 TEST(stack_size == DEFAULT_STACK_SIZE); in pthread_stack_size_0100()
/third_party/musl/src/thread/
Ddefault_attr.c3 unsigned __default_stacksize = DEFAULT_STACK_SIZE;
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h264 #define DEFAULT_STACK_SIZE TARGET_STACK_SIZE macro
266 #define DEFAULT_STACK_SIZE 131072 macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h122 #define DEFAULT_STACK_SIZE 131072 macro
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h122 #define DEFAULT_STACK_SIZE 131072 macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h126 #define DEFAULT_STACK_SIZE 131072 macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h183 #define DEFAULT_STACK_SIZE 131072 macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h199 #define DEFAULT_STACK_SIZE 131072 macro
/third_party/musl/src/internal/
Dpthread_impl.h197 #define DEFAULT_STACK_SIZE 131072 macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp115993 DEFAULT_STACK_SIZE = 0U enumerator
116525 uint32_t aStackSize = nsIThreadManager::DEFAULT_STACK_SIZE);
116534 uint32_t aStackSize = nsIThreadManager::DEFAULT_STACK_SIZE);
116541 uint32_t aStackSize = nsIThreadManager::DEFAULT_STACK_SIZE) in NS_NewNamedThread()