/third_party/ltp/include/lapi/ |
D | sched.h | 47 #ifndef CLONE_FS 48 #define CLONE_FS 0x00000200 macro
|
/third_party/rust/crates/rustix/src/thread/ |
D | setns.rs | 5 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/ |
D | unshare01.c | 39 {CLONE_FS, "CLONE_FS"},
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | clone.c | 38 …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/ |
D | kcmp03.c | 38 {CLONE_FS, KCMP_FS},
|
/third_party/ltp/testcases/kernel/syscalls/pivot_root/ |
D | pivot_root01.c | 102 TEST(unshare(CLONE_NEWNS | CLONE_FS)); in run()
|
/third_party/ltp/testcases/kernel/syscalls/clone3/ |
D | clone302.c | 41 …{"fs-newns", &valid_args, sizeof(*valid_args), CLONE_FS | CLONE_NEWNS, NULL, SIGCHLD, 0, 0, 0, EIN…
|
D | clone301.c | 34 {CLONE_FS, SIGCHLD},
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 55 #define CLONE_FS 0x00000200 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 41 #define CLONE_FS 0x00000200 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 53 #define CLONE_FS 0x00000200 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | sched.h | 49 #define CLONE_FS 0x00000200 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 43 #define CLONE_FS 0x00000200 macro
|
/third_party/musl/ndk_musl_include/ |
D | sched.h | 54 #define CLONE_FS 0x00000200 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 41 #define CLONE_FS 0x00000200 macro
|
/third_party/ltp/testcases/kernel/syscalls/clone/ |
D | clone02.c | 68 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD)
|
/third_party/musl/include/ |
D | sched.h | 54 #define CLONE_FS 0x00000200 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 41 #define CLONE_FS 0x00000200 macro
|
/third_party/rust/crates/nix/src/ |
D | sched.rs | 31 CLONE_FS;
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_create.c | 240 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
|
/third_party/musl/src/thread/ |
D | pthread_create.c | 248 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_create.c | 334 unsigned flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND in __pthread_create()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 117 CLONE_FS
|
D | linux.txt | 260 CLONE_FS
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1136 pub const CLONE_FS: ::c_int = 0x200; constant
|