Home
last modified time | relevance | path

Searched defs:CLONE_FILES (Results 1 – 6 of 6) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dsched.h13 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */ macro
/external/python/cpython2/Lib/plat-linux2/
DTYPES.py90 CLONE_FILES = 0x00000400 variable
DIN.py188 CLONE_FILES = 0x00000400 variable
/external/musl/include/
Dsched.h55 #define CLONE_FILES 0x00000400 macro
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1121 pub const CLONE_FILES: ::c_int = 0x400; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1907 pub const CLONE_FILES: ::c_int = 0x400; constant