Date: Wed, 18 Feb 2004 07:16:31 -0800 (PST) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_mutex.c thr_private.h Message-ID: <200402181516.i1IFGVnY020314@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2004/02/18 07:16:31 PST FreeBSD src repository Modified files: lib/libthr/thread thr_mutex.c thr_private.h Log: o Refactor and, among other things, get rid of insane nesting levels. o Fix mutex priority protocols. Keep separate counts of priority inheritance and protection mutexes to make things easier. This will not have much affect since this is only the userland side, and the rest involves kernel scheduling. Revision Changes Path 1.22 +302 -812 src/lib/libthr/thread/thr_mutex.c 1.31 +5 -1 src/lib/libthr/thread/thr_private.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402181516.i1IFGVnY020314>