Searched refs:IORWLockWrite (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOLocks.h289 /*! @function IORWLockWrite
297 void IORWLockWrite( IORWLock * lock) function
302 void IORWLockWrite( IORWLock * lock);
305 void IORWLockWrite( IORWLock * lock);
310 @discussion Undo one call to IORWLockRead or IORWLockWrite. Results are undefined if the caller has not locked the lock. This function may block and so should not be called from interrupt level or while a spin lock is held.
332 static __inline__ void IOWriteLock( IORWLock * lock) { IORWLockWrite(lock); }

Completed in 20 milliseconds