Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h90 #define _POSIX_THREADS 200809L /* we support threads */ macro
/bionic/libc/bionic/
Dsysconf.cpp129 case _SC_THREADS: return _POSIX_THREADS; in sysconf()
/bionic/tests/
Dunistd_test.cpp594 EXPECT_EQ(_POSIX_VERSION, _POSIX_THREADS); in TEST()