HomeSort by relevance Sort by last modified time
    Searched refs:_POSIX_MEMLOCK (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 42 #define _POSIX_MEMLOCK 200809L
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
posix_opt.h 42 #define _POSIX_MEMLOCK 200809L
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
posix_opt.h 42 #define _POSIX_MEMLOCK 200809L
  /bionic/libc/include/machine/
posix_limits.h 55 #define _POSIX_MEMLOCK 200809L
  /bionic/libc/bionic/
sysconf.cpp 117 case _SC_MEMLOCK: return _POSIX_MEMLOCK;
  /bionic/tests/
unistd_test.cpp 551 EXPECT_EQ(_POSIX_VERSION, _POSIX_MEMLOCK);

Completed in 334 milliseconds