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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp463 provider->unlockForArbitration();
506 unlockForArbitration();
511 newProvider->unlockForArbitration();
522 provider->unlockForArbitration();
621 unlockForArbitration();
652 unlockForArbitration();
844 last->unlockForArbitration();
853 last->unlockForArbitration();
861 next->unlockForArbitration();
877 last->unlockForArbitration();
1262 void IOService::unlockForArbitration( void ) function in class:IOService
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h572 /*! @function unlockForArbitration
574 @discussion A thread granted exclusive access to an IOService object should release it with <code>unlockForArbitration</code>. */
576 virtual void unlockForArbitration( void );

Completed in 18 milliseconds