Re: question about _exit() function

From: rmkml (rmkml_at_wanadoo.fr)
Date: 11/27/03

  • Next message: Wes Peters: "Re: "secure" file flag?"
    Date: Thu, 27 Nov 2003 20:26:44 +0100 (CET)
    To: freebsd-hackers@freebsd.org
    
    

    and I use freebsd v4.8.

    On Thu, 27 Nov 2003, rmkml wrote:

    > 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
    >
    > 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.
    > _______________________________________________
    > freebsd-hackers@freebsd.org mailing list
    > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
    >
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"


  • Next message: Wes Peters: "Re: "secure" file flag?"