HomeSort by relevance Sort by last modified time
    Searched refs:CLONE_FS (Results 126 - 143 of 143) sorted by null

1 2 3 4 56

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
sched.h 24 #define CLONE_FS 0x00000200
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
sched.h 24 #define CLONE_FS 0x00000200
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
sched.h 24 #define CLONE_FS 0x00000200
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
sched.h 55 #define CLONE_FS 0x00000200
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
sched.h 55 #define CLONE_FS 0x00000200
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
sched.h 55 #define CLONE_FS 0x00000200
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
sched.h 55 #define CLONE_FS 0x00000200
  /external/strace/
clone.c 8 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */
  /external/valgrind/exp-bbv/tests/amd64-linux/
clone_test.S 37 # CLONE_FS 0x200
  /external/valgrind/exp-bbv/tests/x86-linux/
clone_test.S 37 # CLONE_FS 0x200
  /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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sched.h 41 # 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. */
  /bionic/libc/bionic/
pthread_create.cpp 248 int flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM |
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 406 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED,
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 508 ThreadEntry, stack, CLONE_FILES | CLONE_FS | CLONE_UNTRACED,

Completed in 495 milliseconds

1 2 3 4 56