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
273 case _SC_THREADS: return _POSIX_THREADS; in sysconf()
89 MACRO(_POSIX_THREADS); in unistd_h()
903 EXPECT_EQ(_POSIX_VERSION, _POSIX_THREADS); in TEST()