Searched refs:owning_thread_ref_ (Results 1 – 2 of 2) sorted by relevance
19 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()
98 base::PlatformThreadRef owning_thread_ref_; variable