Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DDisplay.cpp721 std::lock_guard<angle::SimpleMutex> lock(contextMapMutex); in notifyDeviceLost()
1010 std::lock_guard<angle::SimpleMutex> lock(mState.contextMapMutex); in onSubjectStateChange()
1244 std::lock_guard<angle::SimpleMutex> lock(mState.contextMapMutex); in terminate()
1664 std::lock_guard<angle::SimpleMutex> lock(mState.contextMapMutex); in createContext()
1789 std::lock_guard<angle::SimpleMutex> lock(mState.contextMapMutex); in restoreLostDevice()
1863 std::lock_guard<angle::SimpleMutex> lock(mState.contextMapMutex); in releaseContext()
2701 std::lock_guard<angle::SimpleMutex> lock(mState.contextMapMutex); in getContext()
2726 std::lock_guard<angle::SimpleMutex> lock(mState.contextMapMutex); in getContext()
DDisplay.h85 mutable angle::SimpleMutex contextMapMutex; member