Home
last modified time | relevance | path

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

/external/strace/xlat/
Dclone_flags.h13 #if defined(CLONE_FS) || (defined(HAVE_DECL_CLONE_FS) && HAVE_DECL_CLONE_FS)
15 static_assert((CLONE_FS) == (0x00000200), "CLONE_FS != 0x00000200");
18 # define CLONE_FS 0x00000200
179 XLAT(CLONE_FS),
Dunshare_flags.h20 #if defined(CLONE_FS) || (defined(HAVE_DECL_CLONE_FS) && HAVE_DECL_CLONE_FS)
21 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.h12 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */ macro
/external/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp03.c38 {CLONE_FS, KCMP_FS},
/external/ltp/testcases/kernel/syscalls/unshare/
Dunshare01.c211 switch (unshare(CLONE_FS)) { in main()
/external/ltp/testcases/kernel/syscalls/pivot_root/
Dpivot_root01.c102 TEST(unshare(CLONE_NEWNS | CLONE_FS)); in run()
/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.c79 #ifdef CLONE_FS
80 {"CLONE_FS", (unsigned long)CLONE_FS},
/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()
Dmemfd_test.c1069 pid = spawn_idle_thread(CLONE_FILES | CLONE_FS | CLONE_VM); in main()
/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/rust/crates/libc/src/unix/linux_like/
Dmod.rs964 pub const CLONE_FS: ::c_int = 0x200; constant
/external/rust/crates/libc/src/unix/uclibc/
Dmod.rs1000 pub const CLONE_FS: ::c_int = 0x200; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1897 pub const CLONE_FS: ::c_int = 0x200; constant