Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/base/
Dcef_lock.cc24 DCHECK(owning_thread_ref_ == PlatformThread::CurrentRef()); in AssertAcquired()
28 DCHECK(owning_thread_ref_ == PlatformThread::CurrentRef()); in CheckHeldAndUnmark()
39 owning_thread_ref_ = PlatformThread::CurrentRef(); in CheckUnheldAndMark()
Dcef_thread_checker_impl.cc19 return valid_thread_id_ == PlatformThread::CurrentRef(); in CalledOnValidThread()
30 valid_thread_id_ = PlatformThread::CurrentRef(); in EnsureThreadIdAssigned()
/third_party/cef/include/base/
Dcef_platform_thread.h91 inline PlatformThreadRef CurrentRef() { in CurrentRef() function