cvs commit: src/sys/kern kern_condvar.c src/sys/sys condvar.h

Craig Rodrigues rodrigc at FreeBSD.org
Sun Dec 11 16:02:23 PST 2005


rodrigc     2005-12-12 00:02:22 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_condvar.c 
    sys/sys              condvar.h 
  Log:
  Contributions from XFS for FreeBSD project:
  - Implement cv_wait_unlock() method which has semantics compatible
    with the sv_wait() method in IRIX.  For cv_wait_unlock(), the lock
    must be held before entering the function, but is not held when the
    function is exited.
  
  - Implement the existing cv_wait() function in terms of cv_wait_unlock().
  
  Submitted by:   kan
  Feedback from:  jhb, trhodes, Christoph Hellwig <hch at infradead dot org>
  
  Revision  Changes    Path
  1.53      +27 -8     src/sys/kern/kern_condvar.c
  1.13      +1 -0      src/sys/sys/condvar.h


More information about the cvs-all mailing list