Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h72 #define _POSIX_SPIN_LOCKS __BIONIC_POSIX_FEATURE_SINCE(24) /* pthread_spin_*. */ macro
/bionic/libc/bionic/
Dsysconf.cpp193 case _SC_SPIN_LOCKS: return _POSIX_SPIN_LOCKS; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c65 MACRO(_POSIX_SPIN_LOCKS); in unistd_h()
/bionic/tests/
Dunistd_test.cpp842 EXPECT_GT(_POSIX_SPIN_LOCKS, 0); in TEST()