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

/xnu-2422.115.4/iokit/IOKit/
H A DIOSyncer.h56 virtual IOReturn wait(bool autoRelease = true)
59 bool autoRelease = true)
/xnu-2422.115.4/iokit/Kernel/
H A DIOSyncer.cpp85 IOReturn IOSyncer::wait(bool autoRelease) argument
99 if(autoRelease)
105 void IOSyncer::signal(IOReturn res, bool autoRelease) argument
109 if(autoRelease)

Completed in 384 milliseconds