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
274 std::lock_guard<decltype(mMutex)> lk(mMutex); in registerCallback() local
287 std::lock_guard<decltype(mMutex)> lk(mMutex); in unregisterCallback() local
304 std::lock_guard<decltype(mMutex)> lk(mMutex); in schedule() local
335 std::lock_guard<decltype(mMutex)> lk(mMutex); in cancel() local
357 std::lock_guard<decltype(mMutex)> lk(mMutex); in dump() local