Searched refs:CurrentRef (Results 1 – 5 of 5) sorted by relevance
23 DCHECK(owning_thread_ref_ == PlatformThread::CurrentRef()); in AssertAcquired()27 DCHECK(owning_thread_ref_ == PlatformThread::CurrentRef()); in CheckHeldAndUnmark()33 owning_thread_ref_ = PlatformThread::CurrentRef(); in CheckUnheldAndMark()
19 return valid_thread_id_ == PlatformThread::CurrentRef(); in CalledOnValidThread()30 valid_thread_id_ = PlatformThread::CurrentRef(); in EnsureThreadIdAssigned()
131 static PlatformThreadRef CurrentRef();
149 PlatformThreadRef PlatformThread::CurrentRef() { in CurrentRef() function in base::PlatformThread
928 thread_ref = PlatformThread::CurrentRef(); in TEST_F()945 EXPECT_EQ(thread_ref, PlatformThread::CurrentRef()); in TEST_F()