cvs commit: src/share/man/man9 Makefile condvar.9

John Baldwin jhb at FreeBSD.org
Fri Mar 9 16:59:27 UTC 2007


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


More information about the cvs-src mailing list