cvs commit: src/lib/libthr/thread thr_atfork.c thr_barrier.c
thr_cond.c thr_event.c thr_fork.c thr_init.c thr_list.c
thr_private.h thr_pspinlock.c thr_sem.c thr_sig.c thr_spinlock.c
thr_umtx.c thr_umtx.h
David Xu
davidxu at FreeBSD.org
Tue Sep 5 21:04:11 PDT 2006
davidxu 2006-09-06 04:04:10 UTC
FreeBSD src repository
Modified files:
lib/libthr/thread thr_atfork.c thr_barrier.c thr_cond.c
thr_event.c thr_fork.c thr_init.c
thr_list.c thr_private.h thr_pspinlock.c
thr_sem.c thr_sig.c thr_spinlock.c
thr_umtx.c thr_umtx.h
Log:
Replace internal usage of struct umtx with umutex which can supports
real-time if we want, no functionality is changed.
Revision Changes Path
1.3 +2 -2 src/lib/libthr/thread/thr_atfork.c
1.6 +4 -4 src/lib/libthr/thread/thr_barrier.c
1.19 +1 -1 src/lib/libthr/thread/thr_cond.c
1.2 +4 -4 src/lib/libthr/thread/thr_event.c
1.5 +6 -6 src/lib/libthr/thread/thr_fork.c
1.40 +13 -13 src/lib/libthr/thread/thr_init.c
1.10 +5 -5 src/lib/libthr/thread/thr_list.c
1.70 +21 -21 src/lib/libthr/thread/thr_private.h
1.4 +5 -5 src/lib/libthr/thread/thr_pspinlock.c
1.8 +1 -1 src/lib/libthr/thread/thr_sem.c
1.20 +4 -4 src/lib/libthr/thread/thr_sig.c
1.14 +18 -11 src/lib/libthr/thread/thr_spinlock.c
1.4 +0 -31 src/lib/libthr/thread/thr_umtx.c
1.5 +10 -50 src/lib/libthr/thread/thr_umtx.h
More information about the cvs-src
mailing list