cvs commit: src/lib/libthr/thread thr_cancel.c thr_cond.c
thr_private.h thr_sig.c thr_umtx.c thr_umtx.h
David Xu
davidxu at FreeBSD.org
Mon Dec 4 06:20:43 PST 2006
davidxu 2006-12-04 14:20:42 UTC
FreeBSD src repository
Modified files:
lib/libthr/thread thr_cancel.c thr_cond.c thr_private.h
thr_sig.c thr_umtx.c thr_umtx.h
Log:
Use kernel provided userspace condition variable to implement pthread
condition variable.
Revision Changes Path
1.15 +22 -1 src/lib/libthr/thread/thr_cancel.c
1.21 +38 -89 src/lib/libthr/thread/thr_cond.c
1.74 +6 -6 src/lib/libthr/thread/thr_private.h
1.22 +2 -0 src/lib/libthr/thread/thr_sig.c
1.6 +33 -0 src/lib/libthr/thread/thr_umtx.c
1.7 +4 -0 src/lib/libthr/thread/thr_umtx.h
More information about the cvs-src
mailing list