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

  /bionic/libc/kernel/common/linux/
sched.h 20 #define CLONE_FILES 0x00000400
  /development/ndk/platforms/android-3/include/linux/
sched.h 20 #define CLONE_FILES 0x00000400
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
sched.h 20 #define CLONE_FILES 0x00000400
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
sched.h 20 #define CLONE_FILES 0x00000400
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
sched.h 20 #define CLONE_FILES 0x00000400
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
sched.h 20 #define CLONE_FILES 0x00000400
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
sched.h 20 #define CLONE_FILES 0x00000400
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
sched.h 20 #define CLONE_FILES 0x00000400
  /bionic/libc/include/
sched.h 56 #define CLONE_FILES 0x00000400
  /development/ndk/platforms/android-8/include/
sched.h 56 #define CLONE_FILES 0x00000400
  /development/ndk/platforms/android-9/include/
sched.h 56 #define CLONE_FILES 0x00000400
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
sched.h 56 #define CLONE_FILES 0x00000400
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
sched.h 56 #define CLONE_FILES 0x00000400
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
sched.h 56 #define CLONE_FILES 0x00000400
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
sched.h 56 #define CLONE_FILES 0x00000400
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
sched.h 56 #define CLONE_FILES 0x00000400
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
sched.h 56 #define CLONE_FILES 0x00000400
  /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...]
  /external/strace/
process.c 506 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */
525 { CLONE_FILES, "CLONE_FILES" },
    [all...]
  /bionic/libc/bionic/
pthread.c 344 CLONE_FILES | CLONE_FS | CLONE_VM | CLONE_SIGHAND
    [all...]

Completed in 474 milliseconds