Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h87 #define _POSIX_TIMEOUTS __BIONIC_POSIX_FEATURE_SINCE(21) /* pthread_mutex_timedlock arrived late. */ macro
/bionic/libc/bionic/
Dsysconf.cpp203 case _SC_TIMEOUTS: return _POSIX_TIMEOUTS; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c80 MACRO(_POSIX_TIMEOUTS); in unistd_h()
/bionic/tests/
Dunistd_test.cpp877 EXPECT_EQ(_POSIX_VERSION, _POSIX_TIMEOUTS); in TEST()