Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2003 20:20:04 +0100 (CET)
From:      rmkml <rmkml@wanadoo.fr>
To:        freebsd-hackers@freebsd.org
Subject:   question about _exit() function
Message-ID:  <Pine.LNX.4.58.0311272019050.16308@hp.mgn.net>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.58.0311272019050.16308>