Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h86 #define _POSIX_THREADS _POSIX_VERSION /* Strictly, pthread_cancel/pthread_testcancel are missing. */ macro
/bionic/libc/bionic/
Dsysconf.cpp151 case _SC_THREADS: return _POSIX_THREADS; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c79 MACRO(_POSIX_THREADS); in unistd_h()
/bionic/tests/
Dunistd_test.cpp822 EXPECT_EQ(_POSIX_VERSION, _POSIX_THREADS); in TEST()