Date: Mon, 27 Mar 2006 23:50:21 +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 Makefile.inc thr_create.c thr_init.c thr_mutex.c thr_mutexattr.c thr_private.h thr_setschedparam.c Message-ID: <200603272350.k2RNoMI0063921@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2006-03-27 23:50:21 UTC FreeBSD src repository Modified files: lib/libthr/thread Makefile.inc thr_create.c thr_init.c thr_mutex.c thr_mutexattr.c thr_private.h thr_setschedparam.c Log: Remove priority mutex code because it does not work correctly, to make it work, turnstile like mechanism to support priority propagating and other realtime scheduling options in kernel should be available to userland mutex, for the moment, I just want to make libthr be simple and efficient thread library. Discussed with: deischen, julian Revision Changes Path 1.15 +0 -2 src/lib/libthr/thread/Makefile.inc 1.28 +0 -1 src/lib/libthr/thread/thr_create.c 1.32 +1 -2 src/lib/libthr/thread/thr_init.c 1.40 +122 -1118 src/lib/libthr/thread/thr_mutex.c 1.4 +63 -0 src/lib/libthr/thread/thr_mutexattr.c 1.59 +10 -30 src/lib/libthr/thread/thr_private.h 1.10 +4 -46 src/lib/libthr/thread/thr_setschedparam.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603272350.k2RNoMI0063921>