Home
last modified time | relevance | path

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

/bionic/libc/include/machine/
Dposix_limits.h71 #define _POSIX_READER_WRITER_LOCKS 200809L macro
/bionic/libc/bionic/
Dsysconf.cpp164 case _SC_READER_WRITER_LOCKS: return _POSIX_READER_WRITER_LOCKS; in sysconf()
/bionic/tests/
Dunistd_test.cpp565 EXPECT_EQ(_POSIX_VERSION, _POSIX_READER_WRITER_LOCKS); in TEST()