]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove priority mutex code because it does not work correctly,
authorDavid Xu <davidxu@FreeBSD.org>
Mon, 27 Mar 2006 23:50:21 +0000 (23:50 +0000)
committerDavid Xu <davidxu@FreeBSD.org>
Mon, 27 Mar 2006 23:50:21 +0000 (23:50 +0000)
commit9ad4b644591930af82abcbc07d5f6275cc5c0ef3
treeb9c60d754d927cc2bd40ebcb206e1e116909d312
parent3343da209a2714ccfb737b62df8a4b7abaa865d7
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
lib/libthr/thread/Makefile.inc
lib/libthr/thread/thr_create.c
lib/libthr/thread/thr_init.c
lib/libthr/thread/thr_mutex.c
lib/libthr/thread/thr_mutexattr.c
lib/libthr/thread/thr_private.h
lib/libthr/thread/thr_setschedparam.c