Date: Sun, 6 Jul 2003 03:18:48 -0700 (PDT) From: Mike Makonnen <mtm@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_detach.c thr_exit.c thr_gc.c thr_join.c thr_kern.c thr_mutex.c thr_private.h Message-ID: <200307061018.h66AImd4027667@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2003/07/06 03:18:48 PDT FreeBSD src repository Modified files: lib/libthr/thread thr_cancel.c thr_detach.c thr_exit.c thr_gc.c thr_join.c thr_kern.c thr_mutex.c thr_private.h Log: Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*. It is a more acurate description of the locks they operate on. Revision Changes Path 1.8 +2 -2 src/lib/libthr/thread/thr_cancel.c 1.6 +3 -3 src/lib/libthr/thread/thr_detach.c 1.10 +2 -2 src/lib/libthr/thread/thr_exit.c 1.8 +3 -3 src/lib/libthr/thread/thr_gc.c 1.11 +6 -6 src/lib/libthr/thread/thr_join.c 1.12 +2 -2 src/lib/libthr/thread/thr_kern.c 1.17 +2 -2 src/lib/libthr/thread/thr_mutex.c 1.21 +3 -3 src/lib/libthr/thread/thr_private.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307061018.h66AImd4027667>