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
David Xu
davidxu at FreeBSD.org
Mon Mar 27 23:50:22 UTC 2006
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
More information about the cvs-src
mailing list