Home
last modified time | relevance | path

Searched refs:_SC_THREAD_ATTR_STACKADDR (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/src/conf/
Dsysconf.c90 [_SC_THREAD_ATTR_STACKADDR] = VER, in sysconf()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dthreads_scenarii.c204 tsa = sysconf(_SC_THREAD_ATTR_STACKADDR); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dthreads_scenarii.c151 tsa = sysconf(_SC_THREAD_ATTR_STACKADDR); in scenar_init()
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h340 #define _SC_THREAD_ATTR_STACKADDR 77 macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h368 #define _SC_THREAD_ATTR_STACKADDR 77 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h340 #define _SC_THREAD_ATTR_STACKADDR 77 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h344 #define _SC_THREAD_ATTR_STACKADDR 77 macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h368 #define _SC_THREAD_ATTR_STACKADDR 77 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h345 #define _SC_THREAD_ATTR_STACKADDR 77 macro
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Dthreads_scenarii.c151 tsa = sysconf(_SC_THREAD_ATTR_STACKADDR); in scenar_init()
/third_party/musl/ndk_musl_include/
Dunistd.h331 #define _SC_THREAD_ATTR_STACKADDR 77 macro
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dthreads_scenarii.c218 tsa = sysconf(_SC_THREAD_ATTR_STACKADDR); in scenar_init()
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h340 #define _SC_THREAD_ATTR_STACKADDR 77 macro
/third_party/musl/include/
Dunistd.h344 #define _SC_THREAD_ATTR_STACKADDR 77 macro
/third_party/musl/libc-test/src/api/
Dunistd.c196 C(_SC_THREAD_ATTR_STACKADDR) in f()
/third_party/python/Modules/
Dposixmodule.c12212 #ifdef _SC_THREAD_ATTR_STACKADDR
12213 {"SC_THREAD_ATTR_STACKADDR", _SC_THREAD_ATTR_STACKADDR},