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

1 2 34

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
sched.h 34 #define CLONE_STOPPED 0x02000000
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
sched.h 70 #define CLONE_STOPPED 0x02000000
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
sched.h 34 #define CLONE_STOPPED 0x02000000
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
sched.h 70 #define CLONE_STOPPED 0x02000000
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
sched.h 34 #define CLONE_STOPPED 0x02000000
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
sched.h 70 #define CLONE_STOPPED 0x02000000
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
sched.h 34 #define CLONE_STOPPED 0x02000000
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
sched.h 70 #define CLONE_STOPPED 0x02000000
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sched.h 24 #define CLONE_STOPPED 0x02000000 /* Start in stopped state */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h 24 #define CLONE_STOPPED 0x02000000 /* Start in stopped state */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h 24 #define CLONE_STOPPED 0x02000000 /* Start in stopped state */
  /bionic/libc/include/
sched.h 70 #define CLONE_STOPPED 0x02000000
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h 62 # define CLONE_STOPPED 0x02000000 /* Start in stopped state. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h 62 # define CLONE_STOPPED 0x02000000 /* Start in stopped state. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h 62 # define CLONE_STOPPED 0x02000000 /* Start in stopped state. */
  /external/strace/
process.c 561 #define CLONE_STOPPED 0x02000000 /* Start in stopped state */
586 { CLONE_STOPPED, "CLONE_STOPPED" },
    [all...]
util.c 1270 # ifndef CLONE_STOPPED
1271 # define CLONE_STOPPED 0x02000000
    [all...]
  /external/kernel-headers/original/linux/
sched.h 26 #define CLONE_STOPPED 0x02000000 /* Start in stopped state */
    [all...]

Completed in 1071 milliseconds

1 2 34