Home
last modified time | relevance | path

Searched refs:_SC_THREAD_STACK_MIN (Results 1 – 25 of 53) sorted by relevance

123

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-5.c103 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow()
165 stack_start + (intptr_t) sysconf(_SC_THREAD_STACK_MIN); in threaded()
D3-2.c113 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow()
439 sysconf(_SC_THREAD_STACK_MIN)); in main()
478 (_SC_THREAD_STACK_MIN)); in main()
494 sysconf(_SC_THREAD_STACK_MIN)); in main()
D15-1.c108 int sz = sysconf(_SC_THREAD_STACK_MIN); in threaded()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
D1-2.c268 min_stack = sysconf(_SC_THREAD_STACK_MIN); in children_number()
415 ret = pthread_attr_setstacksize(&ta, sysconf(_SC_THREAD_STACK_MIN)); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
Ds-c1.c239 ret = pthread_attr_setstacksize(&tha, sysconf(_SC_THREAD_STACK_MIN)); in main()
Ds-c2.c284 ret = pthread_attr_setstacksize(&ta, sysconf(_SC_THREAD_STACK_MIN)); in main()
Dstress.c422 ret = pthread_attr_setstacksize(&pa, sysconf(_SC_THREAD_STACK_MIN)); in cell_init()
/third_party/musl/src/conf/
Dsysconf.c88 [_SC_THREAD_STACK_MIN] = PTHREAD_STACK_MIN, in sysconf()
/third_party/musl/porting/linux/user/src/conf/
Dsysconf.c88 [_SC_THREAD_STACK_MIN] = PTHREAD_STACK_MIN, in sysconf()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dthreads_scenarii.c203 minstacksize = sysconf(_SC_THREAD_STACK_MIN); in scenar_init()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h342 #define _SC_THREAD_STACK_MIN 75 macro
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h342 #define _SC_THREAD_STACK_MIN 75 macro
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dthreads_scenarii.c217 minstacksize = sysconf(_SC_THREAD_STACK_MIN); in scenar_init()
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h348 #define _SC_THREAD_STACK_MIN 75 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h342 #define _SC_THREAD_STACK_MIN 75 macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h366 #define _SC_THREAD_STACK_MIN 75 macro
/third_party/musl/include/
Dunistd.h348 #define _SC_THREAD_STACK_MIN 75 macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h366 #define _SC_THREAD_STACK_MIN 75 macro
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dthreads_scenarii.c150 minstacksize = sysconf(_SC_THREAD_STACK_MIN); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Dthreads_scenarii.c150 minstacksize = sysconf(_SC_THREAD_STACK_MIN); in scenar_init()
/third_party/musl/ndk_musl_include/
Dunistd.h329 #define _SC_THREAD_STACK_MIN 75 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h348 #define _SC_THREAD_STACK_MIN 75 macro
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress2.c594 ret = pthread_attr_setstacksize(&ta, sysconf(_SC_THREAD_STACK_MIN)); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress2.c603 ret = pthread_attr_setstacksize(&ta, sysconf(_SC_THREAD_STACK_MIN)); in main()
Dstress.c603 ret = pthread_attr_setstacksize(&ta, sysconf(_SC_THREAD_STACK_MIN)); in main()

123