Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h64 #define _POSIX_READER_WRITER_LOCKS _POSIX_VERSION /* pthread_rwlock*. */ macro
/bionic/libc/bionic/
Dsysconf.cpp189 case _SC_READER_WRITER_LOCKS: return _POSIX_READER_WRITER_LOCKS; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c57 MACRO(_POSIX_READER_WRITER_LOCKS); in unistd_h()
/bionic/tests/
Dunistd_test.cpp861 EXPECT_EQ(_POSIX_VERSION, _POSIX_READER_WRITER_LOCKS); in TEST()