Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOWorkLoop.h48 class IOExclaveWorkLoopAperture; variable
284 friend class IOExclaveWorkLoopAperture; variable
/xnu-11215/iokit/Exclaves/
H A DExclaves.cpp54 class IOExclaveWorkLoopAperture { class
88 IOExclaveWorkLoopAperture *ewla;
235 ref->ewla = IONew(IOExclaveWorkLoopAperture, 1); in exclaveStart()
284 IODelete(ref->ewla, IOExclaveWorkLoopAperture, 1); in exclaveStart()