HomeSort by relevance Sort by last modified time
    Searched refs:PROT_SEM (Results 51 - 61 of 61) sorted by null

1 23

  /bionic/libc/kernel/arch-mips/asm/
mman.h 26 #define PROT_SEM 0x10
  /development/ndk/platforms/android-9/arch-mips/include/asm/
mman.h 26 #define PROT_SEM 0x10
  /external/kernel-headers/original/asm-mips/
mman.h 22 #define PROT_SEM 0x10 /* page may be used for atomic ops */
  /frameworks/rs/cpu_ref/linkloader/include/
mmanWindows.h 56 #define PROT_SEM 0x8
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
mman.h 26 #define PROT_SEM 0x10
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
mman.h 26 #define PROT_SEM 0x10
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
mman.h 26 #define PROT_SEM 0x10
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
mman.h 26 #define PROT_SEM 0x10
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
mman.h 26 #define PROT_SEM 0x10
  /development/ndk/sources/android/libportable/arch-mips/
mmap.c 36 /* Only PROT_SEM is different */
39 native_prot |= PROT_SEM;
  /external/strace/
mem.c 90 #ifdef PROT_SEM
91 { PROT_SEM, "PROT_SEM" },

Completed in 234 milliseconds

1 23