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

1 2

  /external/ltp/include/lapi/
sched.h 63 #ifndef CLONE_FS
64 #define CLONE_FS 0x00000200
  /external/strace/xlat/
clone_flags.h 5 #if !(defined(CLONE_FS) || (defined(HAVE_DECL_CLONE_FS) && HAVE_DECL_CLONE_FS))
6 # define CLONE_FS 0x00000200
81 XLAT(CLONE_FS),
  /bionic/libc/kernel/uapi/linux/
sched.h 23 #define CLONE_FS 0x00000200
  /external/kernel-headers/original/uapi/linux/
sched.h 10 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sched.h 9 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sched.h 44 # define CLONE_FS 0x00000200 /* Set if fs info 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 44 # define CLONE_FS 0x00000200 /* Set if fs info shared between processes. */
  /external/python/cpython2/Lib/plat-linux2/
TYPES.py 89 CLONE_FS = 0x00000200
IN.py 187 CLONE_FS = 0x00000200
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
TYPES.py 89 CLONE_FS = 0x00000200
IN.py 187 CLONE_FS = 0x00000200
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 89 CLONE_FS = 0x00000200
IN.py 187 CLONE_FS = 0x00000200
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 155 CLONE_FS = 0x200
    [all...]
zerrors_linux_amd64.go 155 CLONE_FS = 0x200
    [all...]
zerrors_linux_arm.go 155 CLONE_FS = 0x200
    [all...]
zerrors_linux_arm64.go 199 CLONE_FS = 0x200
    [all...]
zerrors_linux_mips.go 198 CLONE_FS = 0x200
    [all...]
zerrors_linux_mips64.go 196 CLONE_FS = 0x200
    [all...]
zerrors_linux_mips64le.go 196 CLONE_FS = 0x200
    [all...]
zerrors_linux_mipsle.go 198 CLONE_FS = 0x200
    [all...]
zerrors_linux_ppc64.go 198 CLONE_FS = 0x200
    [all...]
zerrors_linux_ppc64le.go 199 CLONE_FS = 0x200
    [all...]
zerrors_linux_s390x.go 200 CLONE_FS = 0x200
    [all...]
zerrors_netbsd_386.go 153 CLONE_FS = 0x200
    [all...]

Completed in 105 milliseconds

1 2