Home
last modified time | relevance | path

Searched refs:CLONE_FS (Results 1 – 23 of 23) 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),
Dunshare_flags.h14 #if defined(CLONE_FS) || (defined(HAVE_DECL_CLONE_FS) && HAVE_DECL_CLONE_FS)
15 XLAT(CLONE_FS),
Dunshare_flags.in2 CLONE_FS
Dclone_flags.in2 CLONE_FS 0x00000200
/external/ltp/include/lapi/
Dsched.h63 #ifndef CLONE_FS
64 #define CLONE_FS 0x00000200 macro
/external/kernel-headers/original/uapi/linux/
Dsched.h9 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */ macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc130 const uint64_t kAndroidCloneMask = CLONE_VM | CLONE_FS | CLONE_FILES | in RestrictCloneToThreadsAndEPERMFork()
136 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | in RestrictCloneToThreadsAndEPERMFork()
/external/valgrind/memcheck/tests/linux/
Dstack_switch.c54 …if ( ( pid = clone( thread_main, stack + STACK_SIZE, CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|C… in main()
/external/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp03.c50 {CLONE_FS, KCMP_FS},
/external/ltp/testcases/kernel/syscalls/unshare/
Dunshare01.c212 switch (unshare(CLONE_FS)) { in main()
/external/valgrind/exp-bbv/tests/amd64-linux/
Dclone_test.S37 # CLONE_FS 0x200
/external/valgrind/exp-bbv/tests/x86-linux/
Dclone_test.S37 # CLONE_FS 0x200
/external/python/cpython2/Lib/plat-linux2/
DTYPES.py89 CLONE_FS = 0x00000200 variable
DIN.py187 CLONE_FS = 0x00000200 variable
/external/compiler-rt/lib/esan/
Desan_sideline_linux.cpp120 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in launchThread()
/external/minijail/linux-x86/
Dlibconstants.gen.c71 #ifdef CLONE_FS
72 { "CLONE_FS", (unsigned long) CLONE_FS },
/external/linux-kselftest/tools/testing/selftests/memfd/
Dfuse_test.c213 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, in spawn_sealing_thread()
Dmemfd_test.c898 pid = spawn_idle_thread(CLONE_FILES | CLONE_FS | CLONE_VM); in main()
/external/ltp/testcases/kernel/syscalls/clone/
Dclone02.c67 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD)
/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.cc410 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()