Searched refs:CurrentRef (Results 1 – 13 of 13) 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()
1141 DefinedAtom::reference_iterator CurrentRef = atom->begin(); in processCIE() local1142 if (CurrentRef->offsetInAtom() != PersonalityFunctionField) in processCIE()1146 if (++CurrentRef != atom->end()) in processCIE()1195 DefinedAtom::reference_iterator CurrentRef = atom->begin(); in processFDE() local1201 auto currentRefGetter = [&CurrentRef, in processFDE()1204 if (CurrentRef == atom->end()) in processFDE()1207 const Reference *Ref = *CurrentRef; in processFDE()1216 ++CurrentRef; in processFDE()
382 *platform_thread_ref = PlatformThread::CurrentRef(); in TaskPostedBeforeStart()689 *thread_ref = PlatformThread::CurrentRef(); in TEST_F()696 EXPECT_EQ(*thread_ref, PlatformThread::CurrentRef()); in TEST_F()709 EXPECT_EQ(*thread_ref, PlatformThread::CurrentRef()); in TEST_F()753 EXPECT_NE(thread_ref, PlatformThread::CurrentRef()) in TEST_F()
62 thread_ref_ = PlatformThread::CurrentRef(); in Set()67 return is_set_.IsSet() && thread_ref_ == PlatformThread::CurrentRef(); in IsCurrentThreadSameAsSetThread()
81 *thread_ref = PlatformThread::CurrentRef(); in CaptureThreadRef()
757 thread_ref = PlatformThread::CurrentRef(); in TEST_F()773 EXPECT_EQ(thread_ref, PlatformThread::CurrentRef()); in TEST_F()