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

/external/kernel-headers/original/uapi/linux/
H A Dsched.h8 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
/external/strace/
H A Dutil.c1149 #ifndef CLONE_VM
1150 # define CLONE_VM 0x00000100 macro
1512 /* ia64 calls directly `clone (CLONE_VFORK | CLONE_VM)'
1517 clear also CLONE_VM but only in the CLONE_VFORK case as
1522 new_arg0 &= ~(unsigned long)(CLONE_VFORK | CLONE_VM);
H A Dprocess.c272 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro

Completed in 414 milliseconds