Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h149 #define _SC_SPIN_LOCKS 0x0076 macro
/bionic/libc/bionic/
Dsysconf.cpp178 case _SC_SPIN_LOCKS: return _POSIX_SPIN_LOCKS; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c225 MACRO(_SC_SPIN_LOCKS); in unistd_h()
/bionic/tests/
Dunistd_test.cpp943 VERIFY_SYSCONF_POSIX_VERSION(_SC_SPIN_LOCKS); in TEST()