Lines Matching defs:lk
127 std::lock_guard<std::mutex> lk(mRunningMutex); in callback() local
133 std::lock_guard<std::mutex> lk(mRunningMutex); in callback() local
139 std::unique_lock<std::mutex> lk(mRunningMutex); in ensureNotRunning() local
144 std::lock_guard<std::mutex> lk(mRunningMutex); in dump() local
174 std::lock_guard<decltype(mMutex)> lk(mMutex); in ~VSyncDispatchTimerQueue() local
245 std::lock_guard<decltype(mMutex)> lk(mMutex); in timerCallback() local
272 std::lock_guard<decltype(mMutex)> lk(mMutex); in registerCallback() local
285 std::lock_guard<decltype(mMutex)> lk(mMutex); in unregisterCallback() local
302 std::lock_guard<decltype(mMutex)> lk(mMutex); in schedule() local
333 std::lock_guard<decltype(mMutex)> lk(mMutex); in cancel() local
355 std::lock_guard<decltype(mMutex)> lk(mMutex); in dump() local