Date: Fri, 9 Mar 2007 16:59:27 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile condvar.9 Message-ID: <200703091659.l29GxRXN091468@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2007-03-09 16:59:27 UTC
FreeBSD src repository
Modified files:
share/man/man9 Makefile condvar.9
Log:
- Document cv_wait_unlock(9).
- Don't claim that the mutex is atomically reacquired when a cv_wait
routine returns. There's nothing atomic or magical about the lock
reacquire. The only magic is that we atomically drop the lock by
placing the thread on the sleep queue before dropping the lock.
Revision Changes Path
1.299 +1 -0 src/share/man/man9/Makefile
1.13 +10 -1 src/share/man/man9/condvar.9
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703091659.l29GxRXN091468>
