Searched refs:CurrentRef (Results 1 – 3 of 3) sorted by relevance
24 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()
19 return valid_thread_id_ == PlatformThread::CurrentRef(); in CalledOnValidThread()30 valid_thread_id_ = PlatformThread::CurrentRef(); in EnsureThreadIdAssigned()
91 inline PlatformThreadRef CurrentRef() { in CurrentRef() function