Re: exit()
From: David Schwartz (davids_at_webmaster.com)
Date: 09/29/03
- Previous message: joe_at_invalid.address: "Re: exit()"
- In reply to: Christopher Benson-Manica: "exit()"
- Next in thread: Kenny McCormack: "Re: exit()"
- Reply: Kenny McCormack: "Re: exit()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Sep 2003 14:37:46 -0700
"Christopher Benson-Manica" <ataru@nospam.cyberspace.org> wrote in message
news:bla33j$1ac$1@chessie.cirr.com...
> The man page for exit() claims that it ends the current process. Does it
> really mean the process (i.e., the current execution context/thread and
all
> associated contexts/threads) or just the current execution context?
It means the current process, including all associated threads.
DS
- Previous message: joe_at_invalid.address: "Re: exit()"
- In reply to: Christopher Benson-Manica: "exit()"
- Next in thread: Kenny McCormack: "Re: exit()"
- Reply: Kenny McCormack: "Re: exit()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]