Date: Thu, 5 Apr 2007 07:20:31 +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_info.c Message-ID: <200704050720.l357KVJX015283@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2007-04-05 07:20:31 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_info.c Log: If a thread who's name is being set is not the current thread, use macros THR_THREAD_LOCK and THR_THREAD_UNLOCK instead, this should fix wrong lock level problem. Bug reported by: ed dot maste at gmail dot com Revision Changes Path 1.10 +2 -2 src/lib/libthr/thread/thr_info.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704050720.l357KVJX015283>