Home
last modified time | relevance | path

Searched defs:CLONE_FILES (Results 1 – 5 of 5) 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/rust/crates/libc/src/unix/linux_like/
Dmod.rs1064 pub const CLONE_FILES: ::c_int = 0x400; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1904 pub const CLONE_FILES: ::c_int = 0x400; constant