HomeSort by relevance Sort by last modified time
    Searched defs:CLONE_VFORK (Results 76 - 95 of 95) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
sched.h 23 #define CLONE_VFORK 0x00004000
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
sched.h 59 #define CLONE_VFORK 0x00004000
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
sched.h 23 #define CLONE_VFORK 0x00004000
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
sched.h 59 #define CLONE_VFORK 0x00004000
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
sched.h 23 #define CLONE_VFORK 0x00004000
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
sched.h 59 #define CLONE_VFORK 0x00004000
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
sched.h 23 #define CLONE_VFORK 0x00004000
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
sched.h 59 #define CLONE_VFORK 0x00004000
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sched.h 13 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h 13 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h 13 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */
  /bionic/libc/include/
sched.h 59 #define CLONE_VFORK 0x00004000
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h 45 # define CLONE_VFORK 0x00004000 /* Set if the parent wants the child to
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h 45 # define CLONE_VFORK 0x00004000 /* Set if the parent wants the child to
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h 45 # define CLONE_VFORK 0x00004000 /* Set if the parent wants the child to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 94 CLONE_VFORK = 0x00004000
IN.py 192 CLONE_VFORK = 0x00004000
  /external/strace/
process.c 551 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */
576 { CLONE_VFORK, "CLONE_VFORK" },
    [all...]
util.c 1264 # ifndef CLONE_VFORK
1265 # define CLONE_VFORK 0x00004000
    [all...]
  /external/kernel-headers/original/linux/
sched.h 15 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */
    [all...]

Completed in 3272 milliseconds

1 2 34