HomeSort by relevance Sort by last modified time
    Searched defs:MCL_FUTURE (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/strace/xlat/
mlockall_flags.h 5 #if !(defined(MCL_FUTURE) || (defined(HAVE_DECL_MCL_FUTURE) && HAVE_DECL_MCL_FUTURE))
6 # define MCL_FUTURE 2
21 XLAT(MCL_FUTURE),
  /bionic/libc/kernel/uapi/asm-generic/
mman.h 33 #define MCL_FUTURE 2
  /external/kernel-headers/original/uapi/asm-generic/
mman.h 21 #define MCL_FUTURE 2 /* lock all future mappings */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
mman.h 17 #define MCL_FUTURE 2 /* lock all future mappings */
  /bionic/libc/kernel/uapi/asm-mips/asm/
mman.h 51 #define MCL_FUTURE 2
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 65 #define MCL_FUTURE 2 /* lock all future mappings */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mman.h 78 #define MCL_FUTURE 2 /* Lock all additions to address
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mman.h 79 #define MCL_FUTURE 2 /* Lock all additions to address
  /libcore/luni/src/main/java/android/system/
OsConstants.java 349 public static final int MCL_FUTURE = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 648 MCL_FUTURE = 0x2
    [all...]
zerrors_darwin_amd64.go 648 MCL_FUTURE = 0x2
    [all...]
zerrors_darwin_arm.go 606 MCL_FUTURE = 0x2
    [all...]
zerrors_darwin_arm64.go 652 MCL_FUTURE = 0x2
    [all...]
zerrors_solaris_amd64.go 606 MCL_FUTURE = 0x2
    [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_linux_386.go 541 MCL_FUTURE = 0x2
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go 648 MCL_FUTURE = 0x2
    [all...]
zerrors_darwin_amd64.go 648 MCL_FUTURE = 0x2
    [all...]
zerrors_darwin_arm.go 606 MCL_FUTURE = 0x2
    [all...]
zerrors_darwin_arm64.go 652 MCL_FUTURE = 0x2
    [all...]
zerrors_solaris_amd64.go 606 MCL_FUTURE = 0x2
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py 1643 MCL_FUTURE = 0x2
    [all...]

Completed in 1038 milliseconds

1 2 3