Date: Thu, 29 May 2008 07:57:33 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_init.c thr_mutex.c thr_private.h Message-ID: <200805290757.m4T7vXnL077594@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2008-05-29 07:57:33 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_init.c thr_mutex.c thr_private.h Log: - Reduce function call overhead for uncontended case. - Remove unused flags MUTEX_FLAGS_* and their code. - Check validity of the timeout parameter in mutex_self_lock(). Revision Changes Path 1.51 +1 -2 src/lib/libthr/thread/thr_init.c 1.74 +101 -203 src/lib/libthr/thread/thr_mutex.c 1.94 +0 -10 src/lib/libthr/thread/thr_private.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805290757.m4T7vXnL077594>