/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, 62 const FILES = CLONE_FILES;
|
/third_party/ltp/testcases/kernel/syscalls/unshare/ |
D | unshare01.c | 38 {CLONE_FILES, "CLONE_FILES"},
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | clone.c | 38 …nt (*)(void *))test, (char *)stack + STACK_SIZE, CLONE_VM | CLONE_FS | CLONE_FILES | SIGCHLD, NULL… in clone_0100()
|
/third_party/ltp/testcases/kernel/syscalls/close_range/ |
D | close_range02.c | 42 .flags = CLONE_FILES, in run()
|
D | close_range01.c | 128 .flags = CLONE_FILES, in run()
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 56 #define CLONE_FILES 0x00000400 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 42 #define CLONE_FILES 0x00000400 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 54 #define CLONE_FILES 0x00000400 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | sched.h | 50 #define CLONE_FILES 0x00000400 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 44 #define CLONE_FILES 0x00000400 macro
|
/third_party/musl/ndk_musl_include/ |
D | sched.h | 55 #define CLONE_FILES 0x00000400 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 42 #define CLONE_FILES 0x00000400 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 | 55 #define CLONE_FILES 0x00000400 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 42 #define CLONE_FILES 0x00000400 macro
|
/third_party/rust/crates/nix/src/ |
D | sched.rs | 34 CLONE_FILES;
|
/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 | 116 CLONE_FILES
|
D | linux.txt | 259 CLONE_FILES
|
D | android.txt | 210 CLONE_FILES
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1137 pub const CLONE_FILES: ::c_int = 0x400; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1915 pub const CLONE_FILES: ::c_int = 0x400; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1382 pub const CLONE_FILES: u32 = 1024; constant
|