Date: Thu, 13 Mar 2003 17:02:47 -0800 (PST) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_rwlock.c Message-ID: <200303140102.h2E12lxt019206@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2003/03/13 17:02:47 PST FreeBSD src repository Modified files: lib/libpthread/thread thr_rwlock.c Log: Fix a bug in rwlock. When a rwlock was locked by reader threads, a writter thread can block reader threads to get read lock. Revision Changes Path 1.9 +1 -1 src/lib/libpthread/thread/thr_rwlock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303140102.h2E12lxt019206>