Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/base/
Dcef_lock.cc20 DCHECK(owning_thread_ref_.is_null()); in ~Lock()
24 DCHECK(owning_thread_ref_ == PlatformThread::CurrentRef()); in AssertAcquired()
28 DCHECK(owning_thread_ref_ == PlatformThread::CurrentRef()); in CheckHeldAndUnmark()
29 owning_thread_ref_ = PlatformThreadRef(); in CheckHeldAndUnmark()
38 DCHECK(owning_thread_ref_.is_null()); in CheckUnheldAndMark()
39 owning_thread_ref_ = PlatformThread::CurrentRef(); in CheckUnheldAndMark()
/third_party/cef/include/base/
Dcef_lock.h112 base::PlatformThreadRef owning_thread_ref_; variable