Home
last modified time | relevance | path

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

12

/third_party/rust/crates/rustix/src/thread/
Dsetns.rs5 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/
Dunshare01.c38 {CLONE_FILES, "CLONE_FILES"},
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dclone.c38 …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/
Dclose_range02.c42 .flags = CLONE_FILES, in run()
Dclose_range01.c128 .flags = CLONE_FILES, in run()
/third_party/musl/porting/linux/user/include/
Dsched.h56 #define CLONE_FILES 0x00000400 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h42 #define CLONE_FILES 0x00000400 macro
/third_party/musl/porting/liteos_m/user/include/
Dsched.h54 #define CLONE_FILES 0x00000400 macro
/third_party/musl/porting/liteos_a/user/include/
Dsched.h50 #define CLONE_FILES 0x00000400 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h44 #define CLONE_FILES 0x00000400 macro
/third_party/musl/ndk_musl_include/
Dsched.h55 #define CLONE_FILES 0x00000400 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h42 #define CLONE_FILES 0x00000400 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.h55 #define CLONE_FILES 0x00000400 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h42 #define CLONE_FILES 0x00000400 macro
/third_party/rust/crates/nix/src/
Dsched.rs34 CLONE_FILES;
/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.txt116 CLONE_FILES
Dlinux.txt259 CLONE_FILES
Dandroid.txt210 CLONE_FILES
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1137 pub const CLONE_FILES: ::c_int = 0x400; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1915 pub const CLONE_FILES: ::c_int = 0x400; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1382 pub const CLONE_FILES: u32 = 1024; constant

12