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

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
1-1-buildonly.c 25 defined(_POSIX_SHARED_MEMORY_OBJECTS) || \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
posix_opt.h 123 #define _POSIX_SHARED_MEMORY_OBJECTS 200809L
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
posix_opt.h 123 #define _POSIX_SHARED_MEMORY_OBJECTS 200809L
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
posix_opt.h 123 #define _POSIX_SHARED_MEMORY_OBJECTS 200809L
  /bionic/libc/include/bits/
posix_limits.h 82 #define _POSIX_SHARED_MEMORY_OBJECTS -1 /* shm_open()/shm_unlink() not implemented */
  /bionic/libc/bionic/
sysconf.cpp 133 case _SC_SHARED_MEMORY_OBJECTS: return _POSIX_SHARED_MEMORY_OBJECTS;
  /bionic/tests/
unistd_test.cpp 782 EXPECT_EQ(-1, _POSIX_SHARED_MEMORY_OBJECTS);
    [all...]

Completed in 3576 milliseconds