Home
last modified time | relevance | path

Searched refs:CLONE_FILES (Results 1 – 21 of 21) sorted by relevance

/external/strace/xlat/
Dclone_flags.h8 #if !(defined(CLONE_FILES) || (defined(HAVE_DECL_CLONE_FILES) && HAVE_DECL_CLONE_FILES))
9 # define CLONE_FILES 0x00000400 macro
82 XLAT(CLONE_FILES),
Dunshare_flags.h26 #if defined(CLONE_FILES) || (defined(HAVE_DECL_CLONE_FILES) && HAVE_DECL_CLONE_FILES)
27 XLAT(CLONE_FILES),
Dunshare_flags.in6 CLONE_FILES
Dclone_flags.in3 CLONE_FILES 0x00000400
/external/kernel-headers/original/uapi/linux/
Dsched.h10 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */ macro
/external/compiler-rt/test/asan/TestCases/Linux/
Dclone_test.cc28 pid_t clone_pid = clone(Child, sp, CLONE_FILES | CLONE_VM, NULL); in main()
/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/unshare/
Dunshare01.c174 switch (unshare(CLONE_FILES)) { in main()
/external/valgrind/exp-bbv/tests/amd64-linux/
Dclone_test.S38 # CLONE_FILES 0x400
/external/valgrind/exp-bbv/tests/x86-linux/
Dclone_test.S38 # CLONE_FILES 0x400
/external/python/cpython2/Lib/plat-linux2/
DTYPES.py90 CLONE_FILES = 0x00000400 variable
DIN.py188 CLONE_FILES = 0x00000400 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.c68 #ifdef CLONE_FILES
69 { "CLONE_FILES", (unsigned long) CLONE_FILES },
/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/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()
/external/valgrind/docs/internals/
Dthreads-syscalls-signals.txt287 CLONE_FILES) flags. I don't _think_ it uses CLONE_SIGHAND -- it does