Date: Mon, 15 Jan 2001 17:15:52 -0800 From: Jason Evans <jasone@canonware.com> To: Jason Evans <jasone@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 condvar.9 Makefile src/sys/conf files options src/sys/kern kern_condvar.c kern_sig.c kern_synch.c src/sys/sys condvar.h proc.h Message-ID: <20010115171552.G61852@canonware.com> In-Reply-To: <200101160100.f0G10hR44304@freefall.freebsd.org>; from jasone@FreeBSD.org on Mon, Jan 15, 2001 at 05:00:43PM -0800 References: <200101160100.f0G10hR44304@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 15, 2001 at 05:00:43PM -0800, Jason Evans wrote: > jasone 2001/01/15 17:00:43 PST > > Log: > Implement condition variables. I dropped the priority argument from cv_*wait*(), which might not work correctly 100% of the time right now, but it will work fine as soon as priority propagation works. This code has been tested by being used for malloc() and lockmgr, but I'm going to hold off with committing those changes until after priority propagation works, just in case it interacts badly with other changes over the next few weeks. Jason 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?20010115171552.G61852>