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