Searched defs:CLONE_VM (Results 1 - 3 of 3) sorted by relevance

/external/strace/
H A Dutil.c1267 # ifndef CLONE_VM
1268 # define CLONE_VM 0x00000100 macro
1531 /* ia64 calls directly `clone (CLONE_VFORK | CLONE_VM)'
1536 clear also CLONE_VM but only in the CLONE_VFORK case as
1543 ? CLONE_VFORK | CLONE_VM : 0)) < 0
H A Dprocess.c545 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
570 { CLONE_VM, "CLONE_VM" },
/external/kernel-headers/original/linux/
H A Dsched.h10 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro

Completed in 316 milliseconds