HomeSort by relevance Sort by last modified time
    Searched refs:_POSIX_SPIN_LOCKS (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
posix_opt.h 144 #define _POSIX_SPIN_LOCKS 200809L
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
posix_opt.h 144 #define _POSIX_SPIN_LOCKS 200809L
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
posix_opt.h 144 #define _POSIX_SPIN_LOCKS 200809L
  /bionic/libc/include/machine/
posix_limits.h 83 #define _POSIX_SPIN_LOCKS -1 /* not implemented */
  /bionic/libc/bionic/
sysconf.cpp 168 case _SC_SPIN_LOCKS: return _POSIX_SPIN_LOCKS;
  /bionic/tests/
unistd_test.cpp 630 EXPECT_EQ(-1, _POSIX_SPIN_LOCKS);

Completed in 585 milliseconds