Home
last modified time | relevance | path

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

12

/third_party/ltp/include/lapi/
Dsched.h47 #ifndef CLONE_FS
48 #define CLONE_FS 0x00000200 macro
/third_party/rust/crates/rustix/src/thread/
Dsetns.rs5 CLONE_FILES, CLONE_FS, CLONE_NEWCGROUP, CLONE_NEWIPC, CLONE_NEWNET, CLONE_NEWNS, CLONE_NEWPID,
64 const FS = CLONE_FS;
/third_party/ltp/testcases/kernel/syscalls/unshare/
Dunshare01.c39 {CLONE_FS, "CLONE_FS"},
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dclone.c38 …cpid = clone((int (*)(void *))test, (char *)stack + STACK_SIZE, CLONE_VM | CLONE_FS | CLONE_FILES … in clone_0100()
/third_party/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp03.c38 {CLONE_FS, KCMP_FS},
/third_party/ltp/testcases/kernel/syscalls/pivot_root/
Dpivot_root01.c102 TEST(unshare(CLONE_NEWNS | CLONE_FS)); in run()
/third_party/ltp/testcases/kernel/syscalls/clone3/
Dclone302.c41 …{"fs-newns", &valid_args, sizeof(*valid_args), CLONE_FS | CLONE_NEWNS, NULL, SIGCHLD, 0, 0, 0, EIN…
Dclone301.c34 {CLONE_FS, SIGCHLD},
/third_party/musl/porting/linux/user/include/
Dsched.h55 #define CLONE_FS 0x00000200 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h41 #define CLONE_FS 0x00000200 macro
/third_party/musl/porting/liteos_m/user/include/
Dsched.h53 #define CLONE_FS 0x00000200 macro
/third_party/musl/porting/liteos_a/user/include/
Dsched.h49 #define CLONE_FS 0x00000200 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h43 #define CLONE_FS 0x00000200 macro
/third_party/musl/ndk_musl_include/
Dsched.h54 #define CLONE_FS 0x00000200 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h41 #define CLONE_FS 0x00000200 macro
/third_party/ltp/testcases/kernel/syscalls/clone/
Dclone02.c68 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD)
/third_party/musl/include/
Dsched.h54 #define CLONE_FS 0x00000200 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h41 #define CLONE_FS 0x00000200 macro
/third_party/rust/crates/nix/src/
Dsched.rs31 CLONE_FS;
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c240 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
/third_party/musl/src/thread/
Dpthread_create.c248 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c334 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt117 CLONE_FS
Dlinux.txt260 CLONE_FS
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1136 pub const CLONE_FS: ::c_int = 0x200; constant

12