Searched refs:isOnDraw_ (Results 1 – 1 of 1) sorted by relevance
236 return isOnDraw_.compare_exchange_strong(expected, true); in DrawableTryLockForDraw()241 isOnDraw_.store(false); in DrawableResetLock()328 std::atomic<bool> isOnDraw_ = false; variable