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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOLocks.h270 /*! @function IORWLockRead
278 void IORWLockRead( IORWLock * lock) function
283 void IORWLockRead( IORWLock * lock);
286 void IORWLockRead( 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.
331 static __inline__ void IOReadLock( IORWLock * lock) { IORWLockRead(lock); }

Completed in 58 milliseconds