Searched refs:CLONE_FILES (Results 1 – 21 of 21) sorted by relevance
/external/strace/xlat/ |
D | clone_flags.h | 8 #if !(defined(CLONE_FILES) || (defined(HAVE_DECL_CLONE_FILES) && HAVE_DECL_CLONE_FILES)) 9 # define CLONE_FILES 0x00000400 macro 82 XLAT(CLONE_FILES),
|
D | unshare_flags.h | 26 #if defined(CLONE_FILES) || (defined(HAVE_DECL_CLONE_FILES) && HAVE_DECL_CLONE_FILES) 27 XLAT(CLONE_FILES),
|
D | unshare_flags.in | 6 CLONE_FILES
|
D | clone_flags.in | 3 CLONE_FILES 0x00000400
|
/external/kernel-headers/original/uapi/linux/ |
D | sched.h | 10 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */ macro
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | clone_test.cc | 28 pid_t clone_pid = clone(Child, sp, CLONE_FILES | CLONE_VM, NULL); in main()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 130 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/ |
D | stack_switch.c | 54 …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/ |
D | unshare01.c | 174 switch (unshare(CLONE_FILES)) { in main()
|
/external/valgrind/exp-bbv/tests/amd64-linux/ |
D | clone_test.S | 38 # CLONE_FILES 0x400
|
/external/valgrind/exp-bbv/tests/x86-linux/ |
D | clone_test.S | 38 # CLONE_FILES 0x400
|
/external/python/cpython2/Lib/plat-linux2/ |
D | TYPES.py | 90 CLONE_FILES = 0x00000400 variable
|
D | IN.py | 188 CLONE_FILES = 0x00000400 variable
|
/external/compiler-rt/lib/esan/ |
D | esan_sideline_linux.cpp | 120 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in launchThread()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 68 #ifdef CLONE_FILES 69 { "CLONE_FILES", (unsigned long) CLONE_FILES },
|
/external/linux-kselftest/tools/testing/selftests/memfd/ |
D | fuse_test.c | 213 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, in spawn_sealing_thread()
|
D | memfd_test.c | 898 pid = spawn_idle_thread(CLONE_FILES | CLONE_FS | CLONE_VM); in main()
|
/external/ltp/testcases/kernel/syscalls/clone/ |
D | clone02.c | 67 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 410 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in StopTheWorld()
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler.cc | 508 ThreadEntry, stack, CLONE_FILES | CLONE_FS | CLONE_UNTRACED, in GenerateDump()
|
/external/valgrind/docs/internals/ |
D | threads-syscalls-signals.txt | 287 CLONE_FILES) flags. I don't _think_ it uses CLONE_SIGHAND -- it does
|