Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h68 #define _POSIX_SEMAPHORES _POSIX_VERSION /* sem_*. */ macro
/bionic/libc/bionic/
Dsysconf.cpp154 case _SC_SEMAPHORES: return _POSIX_SEMAPHORES; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c61 MACRO(_POSIX_SEMAPHORES); in unistd_h()
/bionic/tests/
Dunistd_test.cpp861 EXPECT_EQ(_POSIX_VERSION, _POSIX_SEMAPHORES); in TEST()