Date: Wed, 29 Nov 2000 16:51:16 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mutex.c kern_synch.c Message-ID: <200011300051.eAU0pGY93323@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/11/29 16:51:16 PST Modified files: sys/kern kern_mutex.c kern_synch.c Log: Fix up priority propagation: - Use a better test for determining when a process is running. - Convert some checks to assertions. - Remove unnecessary tests. - Save the priority before acquiring a mutex rather than in msleep(9). Revision Changes Path 1.25 +61 -25 src/sys/kern/kern_mutex.c 1.113 +1 -2 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011300051.eAU0pGY93323>