Home
last modified time | relevance | path

Searched refs:CLONE_FS (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Dclone_flags.h5 #if !(defined(CLONE_FS) || (defined(HAVE_DECL_CLONE_FS) && HAVE_DECL_CLONE_FS))
6 # define CLONE_FS 0x00000200 macro
81 XLAT(CLONE_FS),
Dclone_flags.in2 CLONE_FS 0x00000200
/external/ltrace/testsuite/ltrace.minor/
Dtrace-clone.c29 pid = __clone2((myfunc)&child, stack, STACK_SIZE, CLONE_FS, NULL); in main()
31 pid = clone((myfunc)&child, stack + STACK_SIZE, CLONE_FS, NULL); in main()
/external/kernel-headers/original/uapi/linux/
Dsched.h9 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */ macro
/external/valgrind/memcheck/tests/linux/
Dstack_switch.c48 …if ( ( pid = clone( thread_main, stack + STACK_SIZE, CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|C… in main()
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc119 const uint64_t kAndroidCloneMask = CLONE_VM | CLONE_FS | CLONE_FILES | in RestrictCloneToThreadsAndEPERMFork()
125 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | in RestrictCloneToThreadsAndEPERMFork()
/external/valgrind/exp-bbv/tests/x86-linux/
Dclone_test.S37 # CLONE_FS 0x200
/external/valgrind/exp-bbv/tests/amd64-linux/
Dclone_test.S37 # CLONE_FS 0x200
/external/libchrome/sandbox/linux/services/
Dcredentials.cc106 int clone_flags = CLONE_FS | LINUX_SIGCHLD; in ChrootToSafeEmptyDir()
/external/libchrome/sandbox/linux/suid/
Dsandbox.c99 const pid_t pid = syscall(__NR_clone, CLONE_FS | SIGCHLD, 0, 0, 0); in SpawnChrootHelper()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc406 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in StopTheWorld()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc508 ThreadEntry, stack, CLONE_FILES | CLONE_FS | CLONE_UNTRACED, in GenerateDump()