cvs commit: src/lib/libthr/thread thr_private.h thr_rtld.c
thr_sem.c thr_sig.c thr_suspend_np.c thr_umtx.c thr_umtx.h
David Xu
davidxu at FreeBSD.org
Tue Nov 20 21:21:58 PST 2007
davidxu 2007-11-21 05:21:58 UTC
FreeBSD src repository
Modified files:
lib/libthr/thread thr_private.h thr_rtld.c thr_sem.c
thr_sig.c thr_suspend_np.c thr_umtx.c
thr_umtx.h
Log:
Remove umtx_t definition, use type long directly, add wrapper function
_thr_umtx_wait_uint() for umtx operation UMTX_OP_WAIT_UINT, use the
function in semaphore operations, this fixed compiler warnings.
Revision Changes Path
1.80 +1 -1 src/lib/libthr/thread/thr_private.h
1.4 +5 -5 src/lib/libthr/thread/thr_rtld.c
1.10 +3 -3 src/lib/libthr/thread/thr_sem.c
1.24 +2 -1 src/lib/libthr/thread/thr_sig.c
1.9 +1 -1 src/lib/libthr/thread/thr_suspend_np.c
1.13 +14 -2 src/lib/libthr/thread/thr_umtx.c
1.11 +5 -5 src/lib/libthr/thread/thr_umtx.h
More information about the cvs-src
mailing list