Files
pcas/src/libCom
Andrew Johnson 9e337cca2b Permit threads other than main() to call exit() and have the process stop.
If a subsidiary thread calls exit(), its context is used (on Solaris at
least) for calling the atexit routines.  If one of those routines cancels
the thread that called exit(), the exit itself gets cancelled and any
remaining threads are left running, possibly including the main() thread.
Thus the check in myAtExit() should have been to not cancel the current
thread; when this was tested, presumably only calls to exit() from the
main() thread were checked.
2003-04-08 19:18:52 +00:00
..
2002-07-12 21:35:43 +00:00
2003-02-20 17:28:17 +00:00
2002-12-06 14:13:36 +00:00
2002-07-12 21:35:43 +00:00
2002-07-12 21:35:43 +00:00
2002-07-12 21:35:43 +00:00
2002-07-12 21:35:43 +00:00
2003-04-07 13:52:15 +00:00
2003-03-27 01:08:45 +00:00
2002-07-12 21:35:43 +00:00
2002-07-31 17:07:07 +00:00
2003-04-04 14:14:37 +00:00