Date: Wed, 23 Apr 2003 11:46:51 -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_exit.c kern_synch.c kern_thread.c Message-ID: <200304231846.h3NIkpmM060862@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/04/23 11:46:51 PDT FreeBSD src repository Modified files: sys/kern kern_exit.c kern_synch.c kern_thread.c Log: - Protect p_numthreads with the sched_lock. - Protect p_singlethread with both the sched_lock and the proc lock. - Protect p_suspcount with the proc lock. Revision Changes Path 1.212 +3 -0 src/sys/kern/kern_exit.c 1.218 +2 -1 src/sys/kern/kern_synch.c 1.123 +14 -13 src/sys/kern/kern_thread.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304231846.h3NIkpmM060862>