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

  /bionic/libc/kernel/arch-arm/asm/
mman.h 23 #define MAP_NONBLOCK 0x10000
  /bionic/libc/kernel/arch-x86/asm/
mman.h 25 #define MAP_NONBLOCK 0x10000
  /external/kernel-headers/original/asm-arm/
mman.h 12 #define MAP_NONBLOCK 0x10000 /* do not block on IO */
  /external/kernel-headers/original/asm-x86/
mman.h 14 #define MAP_NONBLOCK 0x10000 /* do not block on IO */
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
mman.h 23 #define MAP_NONBLOCK 0x10000
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
mman.h 23 #define MAP_NONBLOCK 0x10000
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
mman.h 23 #define MAP_NONBLOCK 0x10000
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
mman.h 25 #define MAP_NONBLOCK 0x10000
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
mman.h 23 #define MAP_NONBLOCK 0x10000
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
mman.h 25 #define MAP_NONBLOCK 0x10000
  /external/strace/
mem.c 116 #ifdef MAP_NONBLOCK
117 { MAP_NONBLOCK, "MAP_NONBLOCK" },

Completed in 156 milliseconds