Date: Wed, 27 Oct 2010 04:19:07 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libthr/thread thr_mutex.c Message-ID: <201010270419.o9R4JQDg074940@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2010-10-27 04:19:07 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_mutex.c Log: SVN rev 214410 on 2010-10-27 04:19:07Z by davidxu Remove locking and unlock in pthread_mutex_destroy, because it can not fix race condition in application code, as a result, the problem described in PR threads/151767 is avoided. Revision Changes Path 1.79 +2 -25 src/lib/libthr/thread/thr_mutex.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010270419.o9R4JQDg074940>