Searched refs:CurrentRef (Results 1 – 6 of 6) 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();
152 PlatformThreadRef PlatformThread::CurrentRef() { in CurrentRef() function in base::PlatformThread
28 : thread_id_(base::PlatformThread::CurrentRef()), in TestTaskRunner()51 return base::PlatformThread::CurrentRef() == thread_id_; in RunsTasksOnCurrentThread()
1086 thread_ref = PlatformThread::CurrentRef(); in TEST_F()1103 EXPECT_EQ(thread_ref, PlatformThread::CurrentRef()); in TEST_F()