Searched refs:_POSIX_SPIN_LOCKS (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/include/bits/
H A Dposix_limits.h72 #define _POSIX_SPIN_LOCKS __BIONIC_POSIX_FEATURE_SINCE(24) /* pthread_spin_*. */ macro
/bionic/tools/versioner/current/bits/
H A Dposix_limits.h72 #define _POSIX_SPIN_LOCKS __BIONIC_POSIX_FEATURE_SINCE(24) /* pthread_spin_*. */ macro
/bionic/libc/bionic/
H A Dsysconf.cpp178 case _SC_SPIN_LOCKS: return _POSIX_SPIN_LOCKS;
/bionic/tests/headers/posix/
H A Dunistd_h.c65 MACRO(_POSIX_SPIN_LOCKS);
/bionic/tests/
H A Dunistd_test.cpp756 EXPECT_GT(_POSIX_SPIN_LOCKS, 0);

Completed in 8 milliseconds