HomeSort by relevance Sort by last modified time
    Searched defs:CLONE_FILES (Results 1 - 16 of 16) sorted by null

  /bionic/libc/include/
sched.h 56 #define CLONE_FILES 0x00000400
  /bionic/libc/kernel/common/linux/
sched.h 20 #define CLONE_FILES 0x00000400
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
sched.h 20 #define CLONE_FILES 0x00000400
  /ndk/build/platforms/android-3/arch-arm/usr/include/
sched.h 56 #define CLONE_FILES 0x00000400
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
sched.h 20 #define CLONE_FILES 0x00000400
  /ndk/build/platforms/android-4/arch-arm/usr/include/
sched.h 56 #define CLONE_FILES 0x00000400
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
sched.h 20 #define CLONE_FILES 0x00000400
  /ndk/build/platforms/android-5/arch-arm/usr/include/
sched.h 56 #define CLONE_FILES 0x00000400
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
sched.h 20 #define CLONE_FILES 0x00000400
  /ndk/build/platforms/android-5/arch-x86/usr/include/
sched.h 56 #define CLONE_FILES 0x00000400
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
sched.h 20 #define CLONE_FILES 0x00000400
  /ndk/build/platforms/android-8/arch-arm/usr/include/
sched.h 56 #define CLONE_FILES 0x00000400
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
sched.h 20 #define CLONE_FILES 0x00000400
  /ndk/build/platforms/android-8/arch-x86/usr/include/
sched.h 56 #define CLONE_FILES 0x00000400
  /external/strace/
process.c 506 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */
525 { CLONE_FILES, "CLONE_FILES" },
    [all...]
  /external/kernel-headers/original/linux/
sched.h 12 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */
93 #define CLONE_KERNEL (CLONE_FS | CLONE_FILES | CLONE_SIGHAND)
    [all...]

Completed in 582 milliseconds