Home
last modified time | relevance | path

Searched defs:CLONE_VM (Results 1 – 7 of 7) sorted by relevance

/external/ltp/include/lapi/
Dsched.h60 #define CLONE_VM 0x00000100 macro
/external/kernel-headers/original/uapi/linux/
Dsched.h11 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
/external/python/cpython2/Lib/plat-linux2/
DTYPES.py88 CLONE_VM = 0x00000100 variable
DIN.py186 CLONE_VM = 0x00000100 variable
/external/perfetto/test/
Dsynth_common.py23 CLONE_VM = 0x00000100 variable
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1062 pub const CLONE_VM: ::c_int = 0x100; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1902 pub const CLONE_VM: ::c_int = 0x100; constant