Date: Wed, 21 Nov 2007 05:21:58 +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_private.h thr_rtld.c thr_sem.c thr_sig.c thr_suspend_np.c thr_umtx.c thr_umtx.h Message-ID: <200711210521.lAL5LwBl094346@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711210521.lAL5LwBl094346>