Date: Tue, 22 Apr 2003 12:47:55 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thread.c Message-ID: <200304221947.h3MJltJ3031874@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/04/22 12:47:55 PDT FreeBSD src repository Modified files: sys/kern kern_thread.c Log: - Mark the kse_purge_group() and kse_purge() definitions static to match their prototypes. - Remove sched_lock locking from kse_purge() as all callers already lock the sched_lock before calling it. - Hold the proc lock slightly longer to protect P_SHOULDSTOP(). Revision Changes Path 1.122 +3 -5 src/sys/kern/kern_thread.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304221947.h3MJltJ3031874>