Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dmain_runner.cc126 base::AutoLock lock(thread_lock_); in Start()
135 base::AutoLock lock(thread_lock_); in Stop()
209 mutable base::Lock thread_lock_; // Protects |thread_|. member in CefUIThread