Home
last modified time | relevance | path

Searched refs:auto_lock (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef_dll/base/
Dcef_thread_checker_impl.cc18 AutoLock auto_lock(lock_); in CalledOnValidThread() local
23 AutoLock auto_lock(lock_); in DetachFromThread() local
28 AutoLock auto_lock(lock_); in EnsureThreadIdAssigned() local
/third_party/cef/libcef/common/
Dvalue_base.h202 AutoLock auto_lock(object, modify); \
203 if (!auto_lock.verified()) \
212 AutoLock auto_lock(object, modify); \
213 if (!auto_lock.verified()) \
/third_party/gn/src/gn/
Dheader_checker.cc184 std::unique_lock<std::mutex> auto_lock(lock_); in RunCheckOverFiles() local
186 task_count_cv_.wait(auto_lock); in RunCheckOverFiles()
198 std::unique_lock<std::mutex> auto_lock(lock_); in DoWork() local
Dscheduler.cc65 std::unique_lock<std::mutex> auto_lock(pool_work_count_lock_); in ScheduleWork() local