Searched refs:_POSIX_THREADS (Results 1 – 4 of 4) sorted by relevance
86 #define _POSIX_THREADS _POSIX_VERSION /* Strictly, pthread_cancel/pthread_testcancel are missing. */ macro
151 case _SC_THREADS: return _POSIX_THREADS; in sysconf()
79 MACRO(_POSIX_THREADS); in unistd_h()
822 EXPECT_EQ(_POSIX_VERSION, _POSIX_THREADS); in TEST()