rodrigc 4377e3b906 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>
2005-12-12 00:02:22 +00:00
..
2005-12-09 23:55:41 +00:00
2005-12-04 02:12:43 +00:00
2005-12-09 11:38:02 +00:00
2005-12-04 02:12:43 +00:00
2005-12-08 00:05:03 +00:00
2005-12-09 07:09:44 +00:00
2005-11-29 09:51:47 +00:00
2005-12-04 02:12:43 +00:00
2005-12-07 03:41:12 +00:00