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

1 2

  /external/ltp/include/lapi/
sched.h 59 #ifndef CLONE_VM
60 #define CLONE_VM 0x00000100
  /external/strace/xlat/
clone_flags.h 2 #if !(defined(CLONE_VM) || (defined(HAVE_DECL_CLONE_VM) && HAVE_DECL_CLONE_VM))
3 # define CLONE_VM 0x00000100
80 XLAT(CLONE_VM),
  /bionic/libc/kernel/uapi/linux/
sched.h 22 #define CLONE_VM 0x00000100
  /external/kernel-headers/original/uapi/linux/
sched.h 9 #define CLONE_VM 0x00000100 /* set if VM shared between processes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sched.h 8 #define CLONE_VM 0x00000100 /* set if VM shared between processes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sched.h 43 # define CLONE_VM 0x00000100 /* Set if VM shared between processes. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sched.h 43 # define CLONE_VM 0x00000100 /* Set if VM shared between processes. */
  /external/python/cpython2/Lib/plat-linux2/
TYPES.py 88 CLONE_VM = 0x00000100
IN.py 186 CLONE_VM = 0x00000100
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
TYPES.py 88 CLONE_VM = 0x00000100
IN.py 186 CLONE_VM = 0x00000100
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 88 CLONE_VM = 0x00000100
IN.py 186 CLONE_VM = 0x00000100
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 172 CLONE_VM = 0x100
    [all...]
zerrors_linux_amd64.go 172 CLONE_VM = 0x100
    [all...]
zerrors_linux_arm.go 172 CLONE_VM = 0x100
    [all...]
zerrors_linux_arm64.go 216 CLONE_VM = 0x100
    [all...]
zerrors_linux_mips.go 215 CLONE_VM = 0x100
    [all...]
zerrors_linux_mips64.go 213 CLONE_VM = 0x100
    [all...]
zerrors_linux_mips64le.go 213 CLONE_VM = 0x100
    [all...]
zerrors_linux_mipsle.go 215 CLONE_VM = 0x100
    [all...]
zerrors_linux_ppc64.go 215 CLONE_VM = 0x100
    [all...]
zerrors_linux_ppc64le.go 216 CLONE_VM = 0x100
    [all...]
zerrors_linux_s390x.go 218 CLONE_VM = 0x100
    [all...]
zerrors_netbsd_386.go 158 CLONE_VM = 0x100
    [all...]

Completed in 515 milliseconds

1 2