HomeSort by relevance Sort by last modified time
    Searched defs:CLONE_VM (Results 126 - 135 of 135) sorted by null

1 2 3 4 56

  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
sched.h 22 #define CLONE_VM 0x00000100
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
sched.h 22 #define CLONE_VM 0x00000100
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
sched.h 22 #define CLONE_VM 0x00000100
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
sched.h 22 #define CLONE_VM 0x00000100
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
sched.h 40 # define CLONE_VM 0x00000100 /* Set if VM shared between processes. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sched.h 40 # define CLONE_VM 0x00000100 /* Set if VM shared between processes. */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 88 CLONE_VM = 0x00000100
IN.py 186 CLONE_VM = 0x00000100
  /external/strace/
util.c 1149 #ifndef CLONE_VM
1150 # define CLONE_VM 0x00000100
    [all...]
process.c 272 #define CLONE_VM 0x00000100 /* set if VM shared between processes */
    [all...]

Completed in 8275 milliseconds

1 2 3 4 56