Date: Tue, 20 May 2003 20:41:07 -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_cond.c thr_mutex.c Message-ID: <200305210341.h4L3f75G073713@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2003/05/20 20:41:07 PDT FreeBSD src repository Modified files: lib/libthr/thread thr_cond.c thr_mutex.c Log: Insert a debugging aid: When in either the mutex or cond queue we notice that the thread is already on one of the queues, don't just simply abort(). Print out the thread's identifiers and what queue it was on. Approved by: markm/mentor, re/blanket libthr Revision Changes Path 1.5 +8 -0 src/lib/libthr/thread/thr_cond.c 1.7 +8 -0 src/lib/libthr/thread/thr_mutex.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305210341.h4L3f75G073713>