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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to