Home
last modified time | relevance | path

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

/external/libchrome/base/synchronization/
Dlock.cc19 DCHECK(owning_thread_ref_.is_null()); in ~Lock()
23 DCHECK(owning_thread_ref_ == PlatformThread::CurrentRef()); in AssertAcquired()
27 DCHECK(owning_thread_ref_ == PlatformThread::CurrentRef()); in CheckHeldAndUnmark()
28 owning_thread_ref_ = PlatformThreadRef(); in CheckHeldAndUnmark()
32 DCHECK(owning_thread_ref_.is_null()); in CheckUnheldAndMark()
33 owning_thread_ref_ = PlatformThread::CurrentRef(); in CheckUnheldAndMark()
Dlock.h98 base::PlatformThreadRef owning_thread_ref_; variable