/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 1-5.c | 103 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()
|
D | 3-2.c | 113 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()
|
D | 15-1.c | 108 int sz = sysconf(_SC_THREAD_STACK_MIN); in threaded()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
D | 1-2.c | 268 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/ |
D | s-c1.c | 239 ret = pthread_attr_setstacksize(&tha, sysconf(_SC_THREAD_STACK_MIN)); in main()
|
D | s-c2.c | 284 ret = pthread_attr_setstacksize(&ta, sysconf(_SC_THREAD_STACK_MIN)); in main()
|
D | stress.c | 422 ret = pthread_attr_setstacksize(&pa, sysconf(_SC_THREAD_STACK_MIN)); in cell_init()
|
/third_party/musl/src/conf/ |
D | sysconf.c | 88 [_SC_THREAD_STACK_MIN] = PTHREAD_STACK_MIN, in sysconf()
|
/third_party/musl/porting/linux/user/src/conf/ |
D | sysconf.c | 88 [_SC_THREAD_STACK_MIN] = PTHREAD_STACK_MIN, in sysconf()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
D | threads_scenarii.c | 203 minstacksize = sysconf(_SC_THREAD_STACK_MIN); in scenar_init()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 342 #define _SC_THREAD_STACK_MIN 75 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 342 #define _SC_THREAD_STACK_MIN 75 macro
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
D | threads_scenarii.c | 217 minstacksize = sysconf(_SC_THREAD_STACK_MIN); in scenar_init()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 348 #define _SC_THREAD_STACK_MIN 75 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 342 #define _SC_THREAD_STACK_MIN 75 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 366 #define _SC_THREAD_STACK_MIN 75 macro
|
/third_party/musl/include/ |
D | unistd.h | 348 #define _SC_THREAD_STACK_MIN 75 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 366 #define _SC_THREAD_STACK_MIN 75 macro
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
D | threads_scenarii.c | 150 minstacksize = sysconf(_SC_THREAD_STACK_MIN); in scenar_init()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | threads_scenarii.c | 150 minstacksize = sysconf(_SC_THREAD_STACK_MIN); in scenar_init()
|
/third_party/musl/ndk_musl_include/ |
D | unistd.h | 329 #define _SC_THREAD_STACK_MIN 75 macro
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 348 #define _SC_THREAD_STACK_MIN 75 macro
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | stress2.c | 594 ret = pthread_attr_setstacksize(&ta, sysconf(_SC_THREAD_STACK_MIN)); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
D | stress2.c | 603 ret = pthread_attr_setstacksize(&ta, sysconf(_SC_THREAD_STACK_MIN)); in main()
|
D | stress.c | 603 ret = pthread_attr_setstacksize(&ta, sysconf(_SC_THREAD_STACK_MIN)); in main()
|