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

1 2

  /external/strace/xlat/
clone_flags.h 8 #if !(defined(CLONE_FILES) || (defined(HAVE_DECL_CLONE_FILES) && HAVE_DECL_CLONE_FILES))
9 # define CLONE_FILES 0x00000400
82 XLAT(CLONE_FILES),
  /bionic/libc/kernel/uapi/linux/
sched.h 24 #define CLONE_FILES 0x00000400
  /external/kernel-headers/original/uapi/linux/
sched.h 11 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sched.h 10 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sched.h 45 # define CLONE_FILES 0x00000400 /* Set if open files shared between processes. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sched.h 45 # define CLONE_FILES 0x00000400 /* Set if open files shared between processes. */
  /external/python/cpython2/Lib/plat-linux2/
TYPES.py 90 CLONE_FILES = 0x00000400
IN.py 188 CLONE_FILES = 0x00000400
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
TYPES.py 90 CLONE_FILES = 0x00000400
IN.py 188 CLONE_FILES = 0x00000400
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 90 CLONE_FILES = 0x00000400
IN.py 188 CLONE_FILES = 0x00000400
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 154 CLONE_FILES = 0x400
    [all...]
zerrors_linux_amd64.go 154 CLONE_FILES = 0x400
    [all...]
zerrors_linux_arm.go 154 CLONE_FILES = 0x400
    [all...]
zerrors_linux_arm64.go 198 CLONE_FILES = 0x400
    [all...]
zerrors_linux_mips.go 197 CLONE_FILES = 0x400
    [all...]
zerrors_linux_mips64.go 195 CLONE_FILES = 0x400
    [all...]
zerrors_linux_mips64le.go 195 CLONE_FILES = 0x400
    [all...]
zerrors_linux_mipsle.go 197 CLONE_FILES = 0x400
    [all...]
zerrors_linux_ppc64.go 197 CLONE_FILES = 0x400
    [all...]
zerrors_linux_ppc64le.go 198 CLONE_FILES = 0x400
    [all...]
zerrors_linux_s390x.go 199 CLONE_FILES = 0x400
    [all...]
zerrors_netbsd_386.go 152 CLONE_FILES = 0x400
    [all...]
zerrors_netbsd_amd64.go 152 CLONE_FILES = 0x400
    [all...]

Completed in 118 milliseconds

1 2