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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMapper.cpp60 class IOMapperLock { class
63 IOMapperLock() { fWaitLock = IOLockAlloc(); }; function in class:IOMapperLock
64 ~IOMapperLock() { IOLockFree(fWaitLock); };
72 static IOMapperLock sMapperLock;

Completed in 14 milliseconds