Searched refs:CLONE_FILES (Results 1 – 25 of 43) sorted by relevance
12
/external/strace/xlat/ |
D | clone_flags.h | 20 #if defined(CLONE_FILES) || (defined(HAVE_DECL_CLONE_FILES) && HAVE_DECL_CLONE_FILES) 22 static_assert((CLONE_FILES) == (0x00000400), "CLONE_FILES != 0x00000400"); 25 # define CLONE_FILES 0x00000400 180 XLAT(CLONE_FILES),
|
D | unshare_flags.h | 32 #if defined(CLONE_FILES) || (defined(HAVE_DECL_CLONE_FILES) && HAVE_DECL_CLONE_FILES) 33 XLAT(CLONE_FILES),
|
D | unshare_flags.in | 6 CLONE_FILES
|
D | clone_flags.in | 3 CLONE_FILES 0x00000400
|
/external/syzkaller/sys/linux/ |
D | namespaces_arm64.const | 2 CLONE_FILES = 1024
|
D | namespaces_386.const | 2 CLONE_FILES = 1024
|
D | namespaces_amd64.const | 2 CLONE_FILES = 1024
|
D | namespaces_ppc64le.const | 2 CLONE_FILES = 1024
|
D | namespaces_arm.const | 2 CLONE_FILES = 1024
|
D | namespaces.txt | 15 unshare_flags = CLONE_FILES, CLONE_FS, CLONE_NEWCGROUP, CLONE_NEWIPC, CLONE_NEWNET, CLONE_NEWNS, CL…
|
D | sys_386.const | 30 CLONE_FILES = 1024
|
D | sys_amd64.const | 30 CLONE_FILES = 1024
|
D | sys_arm.const | 30 CLONE_FILES = 1024
|
D | sys_ppc64le.const | 30 CLONE_FILES = 1024
|
/external/kernel-headers/original/uapi/linux/ |
D | sched.h | 11 #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/ltp/testcases/kernel/syscalls/unshare/ |
D | unshare01.c | 175 switch (unshare(CLONE_FILES)) { in main()
|
/external/python/cpython2/Lib/plat-linux2/ |
D | TYPES.py | 90 CLONE_FILES = 0x00000400 variable
|
D | IN.py | 188 CLONE_FILES = 0x00000400 variable
|
/external/linux-kselftest/tools/testing/selftests/proc/ |
D | fd-001-lookup.c | 104 if (unshare(CLONE_FILES) == -1) in main()
|
/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/ltp/testcases/kernel/syscalls/clone/ |
D | clone02.c | 68 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD)
|
/external/linux-kselftest/tools/testing/selftests/memfd/ |
D | fuse_test.c | 212 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, in spawn_sealing_thread()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 410 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in StopTheWorld()
|
12