Date: Fri, 18 Jun 2004 06:21:09 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c Message-ID: <200406180621.i5I6L9Ko038023@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2004-06-18 06:21:09 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c Log: Remove a bogus panic. It is possible more than one threads will be suspended in thread_suspend_check, after they are resumed, all threads will call thread_single, but only one can be success, others should retry and will exit in thread_suspend_check. Revision Changes Path 1.235 +2 -1 src/sys/kern/kern_exit.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406180621.i5I6L9Ko038023>