Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h84 #define _POSIX_THREAD_SAFE_FUNCTIONS _POSIX_VERSION macro
/bionic/libc/bionic/
Dsysconf.cpp172 case _SC_THREAD_SAFE_FUNCTIONS: return _POSIX_THREAD_SAFE_FUNCTIONS; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c77 MACRO(_POSIX_THREAD_SAFE_FUNCTIONS); in unistd_h()
/bionic/tests/
Dunistd_test.cpp875 EXPECT_EQ(_POSIX_VERSION, _POSIX_THREAD_SAFE_FUNCTIONS); in TEST()