Date: Mon, 4 Dec 2006 14:20:42 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_cancel.c thr_cond.c thr_private.h thr_sig.c thr_umtx.c thr_umtx.h Message-ID: <200612041420.kB4EKg1P029993@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612041420.kB4EKg1P029993>
