Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/
H A DIOSyncer.cpp93 IOSyncer::wait(bool autoRelease) in wait() argument
107 if (autoRelease) { in wait()
115 IOSyncer::signal(IOReturn res, bool autoRelease) in signal() argument
119 if (autoRelease) { in signal()
/xnu-10063.141.1/iokit/IOKit/
H A DIOSyncer.h56 virtual IOReturn wait(bool autoRelease = true)
59 bool autoRelease = true)