2013/9/13 Ted Unangst:
>> I have two questions:
>> 1. Is my statement correct?
>
> somewhat. fork() would be the syscall more likely to create a new
> process. and tfork() is actually spelled __tfork().
>
>> 2. Shouldn't 'vfork()' and 'tfork()' finally use a single system call
>> like 'clone()'?
>
> No. Maybe the implementation for both will happen to call a function
> named fork1(), but that's not something you should worry about.

Thank you.


-- 
Regards,
niXman
___________________________________________________
Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows:
http://sourceforge.net/projects/mingwbuilds/
___________________________________________________
Another online IDE: http://liveworkspace.org/

Reply via email to