Home
last modified time | relevance | path

Searched refs:_POSIX_THREAD_SAFE_FUNCTIONS (Results 1 – 15 of 15) sorted by relevance

/third_party/mbedtls/library/
Dplatform_util.c86 ( defined(_POSIX_THREAD_SAFE_FUNCTIONS ) && \
87 _POSIX_THREAD_SAFE_FUNCTIONS >= 200112L ) )
Dthreading.c44 ( defined(_POSIX_THREAD_SAFE_FUNCTIONS ) && \
45 _POSIX_THREAD_SAFE_FUNCTIONS >= 200112L ) )
/third_party/ltp/testcases/kernel/sched/tool/
Dtime-schedule.c41 #ifndef _POSIX_THREAD_SAFE_FUNCTIONS
42 #define _POSIX_THREAD_SAFE_FUNCTIONS macro
/third_party/boost/libs/filesystem/src/
Ddirectory.cpp39 #if defined(_POSIX_THREAD_SAFE_FUNCTIONS) && (_POSIX_THREAD_SAFE_FUNCTIONS+0 >= 0)\
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h231 #define _POSIX_THREAD_SAFE_FUNCTIONS _POSIX_VERSION macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h259 #define _POSIX_THREAD_SAFE_FUNCTIONS _POSIX_VERSION macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h231 #define _POSIX_THREAD_SAFE_FUNCTIONS _POSIX_VERSION macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h235 #define _POSIX_THREAD_SAFE_FUNCTIONS _POSIX_VERSION macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h259 #define _POSIX_THREAD_SAFE_FUNCTIONS _POSIX_VERSION macro
/third_party/musl/porting/linux/user/include/
Dunistd.h236 #define _POSIX_THREAD_SAFE_FUNCTIONS _POSIX_VERSION macro
/third_party/musl/ndk_musl_include/
Dunistd.h222 #define _POSIX_THREAD_SAFE_FUNCTIONS _POSIX_VERSION macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h231 #define _POSIX_THREAD_SAFE_FUNCTIONS _POSIX_VERSION macro
/third_party/musl/include/
Dunistd.h235 #define _POSIX_THREAD_SAFE_FUNCTIONS _POSIX_VERSION macro
/third_party/musl/libc-test/src/api/
Dunistd.c35 A(_POSIX_THREAD_SAFE_FUNCTIONS >= 200809L) in f()
/third_party/boost/libs/config/test/
Dconfig_info.cpp967 PRINT_MACRO(_POSIX_THREAD_SAFE_FUNCTIONS); in print_platform_macros()