Date: Tue, 20 May 2003 20:29:18 -0700 (PDT) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_exit.c Message-ID: <200305210329.h4L3TJUR073174@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2003/05/20 20:29:18 PDT FreeBSD src repository Modified files: lib/libthr/thread thr_exit.c Log: When a thread exits it does not return from the kernel unless it is the *only* remaining thread in the application, in which case we should not core dump, and instead exit gracefully. Approved by: markm/mentor, re/blanket libthr Revision Changes Path 1.3 +4 -0 src/lib/libthr/thread/thr_exit.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305210329.h4L3TJUR073174>