Home
last modified time | relevance | path

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

/bionic/libc/include/machine/
Dposix_limits.h83 #define _POSIX_SPIN_LOCKS -1 /* not implemented */ macro
/bionic/libc/bionic/
Dsysconf.cpp168 case _SC_SPIN_LOCKS: return _POSIX_SPIN_LOCKS; in sysconf()
/bionic/tests/
Dunistd_test.cpp630 EXPECT_EQ(-1, _POSIX_SPIN_LOCKS); in TEST()