Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h144 #define _SC_READER_WRITER_LOCKS 0x0072 macro
/bionic/libc/bionic/
Dsysconf.cpp167 case _SC_READER_WRITER_LOCKS: return _POSIX_READER_WRITER_LOCKS; in sysconf()
/bionic/tests/
Dunistd_test.cpp905 VERIFY_SYSCONF_POSIX_VERSION(_SC_READER_WRITER_LOCKS); in TEST()