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

/haiku/src/servers/app/drawing/
H A DBitmapDrawingEngine.h22 virtual bool IsExclusiveAccessLocked() const;
H A DBitmapDrawingEngine.cpp34 BitmapDrawingEngine::IsExclusiveAccessLocked() const function in class:BitmapDrawingEngine
H A DHWInterface.h72 bool IsExclusiveAccessLocked() function in class:HWInterface
H A DDrawingEngine.h61 virtual bool IsExclusiveAccessLocked() const;
H A DDrawingEngine.cpp35 { if (!IsExclusiveAccessLocked()) debugger("not exclusive locked!"); }
231 DrawingEngine::IsExclusiveAccessLocked() const function in class:DrawingEngine
233 return fGraphicsCard->IsExclusiveAccessLocked();

Completed in 30 milliseconds