Home
last modified time | relevance | path

Searched refs:PTHREAD_STACK_MIN (Results 1 - 25 of 57) sorted by relevance

123

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
H A D7-1.c55 stack_size = PTHREAD_STACK_MIN; in main()
73 stack_size = PTHREAD_STACK_MIN + OFFSET; in main()
H A D6-1.c12 * 2. set the stacksize less tha PTHREAD_STACK_MIN
29 #define STACKSIZE PTHREAD_STACK_MIN - sysconf(_SC_PAGE_SIZE)
/third_party/libuv/test/
H A Dtest-thread.c277 #ifdef PTHREAD_STACK_MIN in TEST_IMPL()
278 options.stack_size = PTHREAD_STACK_MIN - 42; /* unaligned size */ in TEST_IMPL()
283 options.stack_size = PTHREAD_STACK_MIN / 2 - 42; /* unaligned size */ in TEST_IMPL()
289 /* unaligned size, should be larger than PTHREAD_STACK_MIN */ in TEST_IMPL()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dother.rs5 pub const PTHREAD_STACK_MIN: usize = 16384; consts
H A Dl4re.rs48 pub const PTHREAD_STACK_MIN: usize = 65536; consts
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dlimits.h39 #define PTHREAD_STACK_MIN LOSCFG_BASE_CORE_TSK_MIN_STACK_SIZE macro
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_attr_setstacksize.c6 if (size-PTHREAD_STACK_MIN > SIZE_MAX/4) return EINVAL; in pthread_attr_setstacksize()
H A Dpthread_attr_setstack.c6 if (size-PTHREAD_STACK_MIN > SIZE_MAX/4) return EINVAL; in pthread_attr_setstack()
/third_party/musl/src/thread/
H A Dpthread_attr_setstacksize.c5 if (size-PTHREAD_STACK_MIN > SIZE_MAX/4) return EINVAL; in pthread_attr_setstacksize()
H A Dpthread_attr_setstack.c5 if (size-PTHREAD_STACK_MIN > SIZE_MAX/4) return EINVAL; in pthread_attr_setstack()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A D_pthreadtypes.h77 #define PTHREAD_STACK_MIN LOS_TASK_MIN_STACK_SIZE macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
H A D4-1.c12 * 2. set the stacksize less tha PTHREAD_STACK_MIN
29 #define STACKSIZE PTHREAD_STACK_MIN - sysconf(_SC_PAGE_SIZE)
H A D2-1.c80 * If for whatever reason PTHREAD_STACK_MIN is set to 0 (which it can in main()
83 stack_size = 4 * PTHREAD_STACK_MIN; in main()
H A D1-1.c42 size_t stack_size = PTHREAD_STACK_MIN; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstack/
H A D1-1.c54 stack_size = PTHREAD_STACK_MIN; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstacksize/
H A D1-1.c53 stack_size = PTHREAD_STACK_MIN; in main()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_setstack.c77 int MINSIZE = PTHREAD_STACK_MIN - 1; in pthread_attr_setstack_0200()
/third_party/libuv/src/unix/
H A Dthread.c58 /* Musl's PTHREAD_STACK_MIN is 2 KB on all architectures, which is
61 * Musl's PTHREAD_STACK_MIN + MINSIGSTKSZ == 8192 on arm64 (which has
65 * We use a hardcoded value because PTHREAD_STACK_MIN + MINSIGSTKSZ
72 #ifdef PTHREAD_STACK_MIN /* Not defined on NetBSD. */ in uv__min_stack_size()
73 if (min < (size_t) PTHREAD_STACK_MIN) in uv__min_stack_size()
74 return PTHREAD_STACK_MIN; in uv__min_stack_size()
75 #endif /* PTHREAD_STACK_MIN */ in uv__min_stack_size()
/third_party/node/deps/uv/src/unix/
H A Dthread.c165 /* Musl's PTHREAD_STACK_MIN is 2 KB on all architectures, which is
168 * Musl's PTHREAD_STACK_MIN + MINSIGSTKSZ == 8192 on arm64 (which has
172 * We use a hardcoded value because PTHREAD_STACK_MIN + MINSIGSTKSZ
179 #ifdef PTHREAD_STACK_MIN /* Not defined on NetBSD. */ in uv__min_stack_size()
180 if (min < (size_t) PTHREAD_STACK_MIN) in uv__min_stack_size()
181 return PTHREAD_STACK_MIN; in uv__min_stack_size()
182 #endif /* PTHREAD_STACK_MIN */ in uv__min_stack_size()
/third_party/python/Python/
H A Dthread_pthread.h774 #if defined(PTHREAD_STACK_MIN) in _pythread_pthread_set_stacksize()
775 tss_min = PTHREAD_STACK_MIN > THREAD_STACK_MIN ? PTHREAD_STACK_MIN in _pythread_pthread_set_stacksize()
/third_party/libunwind/libunwind/tests/
H A DGtest-concurrent.c91 pthread_attr_setstacksize (&attr, PTHREAD_STACK_MIN + 64*1024); in doit()
/third_party/musl/porting/liteos_a/user/include/
H A Dlimits.h67 #define PTHREAD_STACK_MIN 2048 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dlimits.h67 #define PTHREAD_STACK_MIN 2048 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dlimits.h69 #define PTHREAD_STACK_MIN OS_TSK_MIN_STACK_SIZE macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dlimits.h69 #define PTHREAD_STACK_MIN LOSCFG_BASE_CORE_TSK_MIN_STACK_SIZE macro

Completed in 9 milliseconds

123