Date: Thu, 23 Feb 2006 21:34:08 +0000 (UTC) From: Daniel Eischen <deischen@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_cond.c thr_mutex.c thr_nanosleep.c Message-ID: <200602232134.k1NLY8PD028079@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2006-02-23 21:34:08 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_cond.c thr_mutex.c thr_nanosleep.c Log: Eliminate a race condition in timed waits (cv, mutex, and sleeps). MFC Candidate. PR: 93592 Revision Changes Path 1.53 +5 -5 src/lib/libpthread/thread/thr_cond.c 1.49 +22 -24 src/lib/libpthread/thread/thr_mutex.c 1.25 +3 -1 src/lib/libpthread/thread/thr_nanosleep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602232134.k1NLY8PD028079>