Searched refs:refLockMutex_ (Results 1 – 2 of 2) sorted by relevance
91 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in Init()134 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in Terminate()226 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in MakeCurrent()275 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in MakeCurrentAfterHook()424 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in CreateEglContext()459 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in DestroyEglContext()488 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in CreateEglSurface()514 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in DestroyEglSurface()575 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in CopyBuffers()598 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in CreatePbufferSurface()[all …]
137 std::recursive_mutex refLockMutex_; variable