Searched refs:CurrentRef (Results 1 – 8 of 8) 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()
37 return thread_id_ == PlatformThread::CurrentRef(); in CalledOnValidThread()52 thread_id_ = PlatformThread::CurrentRef(); in EnsureAssigned()
137 static PlatformThreadRef CurrentRef();
162 PlatformThreadRef PlatformThread::CurrentRef() { in CurrentRef() function in base::PlatformThread
17 thread_ref_(PlatformThread::CurrentRef()) { in LazyThreadControllerForTest()93 return thread_ref_ == PlatformThread::CurrentRef(); in RunsTasksInCurrentSequence()
77 const PlatformThreadRef thread_ref_ = PlatformThread::CurrentRef();
43 return thread_ref_ == PlatformThread::CurrentRef(); in RunsTasksInCurrentSequence()
30 : thread_id_(base::PlatformThread::CurrentRef()), in TestTaskRunner()53 return base::PlatformThread::CurrentRef() == thread_id_; in RunsTasksInCurrentSequence()