Date: Tue, 14 Jul 2009 22:51:31 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_thread.c Message-ID: <200907142251.n6EMpjVe062847@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2009-07-14 22:51:31 UTC
FreeBSD src repository
Modified files:
sys/kern kern_thread.c
Log:
SVN rev 195701 on 2009-07-14 22:51:31Z by kib
Move the repeated code to calculate the number of the threads in the
process that still need to be suspended or exited from thread_single
into the new function calc_remaining().
Tested by: pho
Reviewed by: jhb
Approved by: re (kensmith)
Revision Changes Path
1.284 +19 -18 src/sys/kern/kern_thread.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907142251.n6EMpjVe062847>
