Home
last modified time | relevance | path

Searched refs:_SC_THREAD_SAFE_FUNCTIONS (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/src/conf/
Dsysconf.c81 [_SC_THREAD_SAFE_FUNCTIONS] = VER, in sysconf()
/third_party/boost/libs/filesystem/src/
Ddirectory.cpp40 && defined(_SC_THREAD_SAFE_FUNCTIONS)\
227 if (::sysconf(_SC_THREAD_SAFE_FUNCTIONS) >= 0) in readdir_r_simulator()
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h331 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h359 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h331 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h335 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h359 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h336 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
/third_party/musl/ndk_musl_include/
Dunistd.h322 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h331 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
/third_party/musl/include/
Dunistd.h335 #define _SC_THREAD_SAFE_FUNCTIONS 68 macro
/third_party/musl/libc-test/src/api/
Dunistd.c207 C(_SC_THREAD_SAFE_FUNCTIONS) in f()
/third_party/python/Modules/
Dposixmodule.c12236 #ifdef _SC_THREAD_SAFE_FUNCTIONS
12237 {"SC_THREAD_SAFE_FUNCTIONS", _SC_THREAD_SAFE_FUNCTIONS},