Searched hist:153321 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dcondvar.hdiff 153321 Sun Dec 11 22:02:22 MST 2005 rodrigc 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>
/freebsd-10-stable/sys/kern/
H A Dkern_condvar.cdiff 153321 Sun Dec 11 22:02:22 MST 2005 rodrigc 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>

Completed in 69 milliseconds