Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dsched.h17 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
/external/python/cpython2/Lib/plat-linux2/
DTYPES.py94 CLONE_VFORK = 0x00004000 variable
DIN.py192 CLONE_VFORK = 0x00004000 variable
/external/perfetto/test/
Dsynth_common.py22 CLONE_VFORK = 0x00004000 variable
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs968 pub const CLONE_VFORK: ::c_int = 0x4000; constant
/external/rust/crates/libc/src/unix/uclibc/
Dmod.rs1004 pub const CLONE_VFORK: ::c_int = 0x4000; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1901 pub const CLONE_VFORK: ::c_int = 0x4000; constant