question about _exit() function

rmkml rmkml at wanadoo.fr
Thu Nov 27 11:23:01 PST 2003


Hi,

is the _exit() function safe for a thread ?
my program use vfork() and then execve in a thread context.
The documentation mentions that the process has to call _exit() in case
of failure.
But this _exit() is really safe for the parent thread ?

Thanks in advance for the reply.


More information about the freebsd-hackers mailing list