Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dclone_flags.h20 #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),
Dunshare_flags.h32 #if defined(CLONE_FILES) || (defined(HAVE_DECL_CLONE_FILES) && HAVE_DECL_CLONE_FILES)
33 XLAT(CLONE_FILES),
Dunshare_flags.in6 CLONE_FILES
Dclone_flags.in3 CLONE_FILES 0x00000400
/external/syzkaller/sys/linux/
Dnamespaces_arm64.const2 CLONE_FILES = 1024
Dnamespaces_386.const2 CLONE_FILES = 1024
Dnamespaces_amd64.const2 CLONE_FILES = 1024
Dnamespaces_ppc64le.const2 CLONE_FILES = 1024
Dnamespaces_arm.const2 CLONE_FILES = 1024
Dnamespaces.txt15 unshare_flags = CLONE_FILES, CLONE_FS, CLONE_NEWCGROUP, CLONE_NEWIPC, CLONE_NEWNET, CLONE_NEWNS, CL…
Dsys_386.const30 CLONE_FILES = 1024
Dsys_amd64.const30 CLONE_FILES = 1024
Dsys_arm.const30 CLONE_FILES = 1024
Dsys_ppc64le.const30 CLONE_FILES = 1024
/external/kernel-headers/original/uapi/linux/
Dsched.h11 #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/ltp/testcases/kernel/syscalls/unshare/
Dunshare01.c175 switch (unshare(CLONE_FILES)) { in main()
/external/python/cpython2/Lib/plat-linux2/
DTYPES.py90 CLONE_FILES = 0x00000400 variable
DIN.py188 CLONE_FILES = 0x00000400 variable
/external/linux-kselftest/tools/testing/selftests/proc/
Dfd-001-lookup.c104 if (unshare(CLONE_FILES) == -1) in main()
/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/ltp/testcases/kernel/syscalls/clone/
Dclone02.c68 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD)
/external/linux-kselftest/tools/testing/selftests/memfd/
Dfuse_test.c212 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, in spawn_sealing_thread()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc410 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in StopTheWorld()

12