Home
last modified time | relevance | path

Searched refs:CurrentRef (Results 1 – 13 of 13) sorted by relevance

/external/libchrome/base/synchronization/
Dlock.cc23 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()
/external/libchrome/base/threading/
Dthread_checker_impl.cc37 return thread_id_ == PlatformThread::CurrentRef(); in CalledOnValidThread()
52 thread_id_ = PlatformThread::CurrentRef(); in EnsureAssigned()
Dplatform_thread.h137 static PlatformThreadRef CurrentRef();
Dplatform_thread_posix.cc162 PlatformThreadRef PlatformThread::CurrentRef() { in CurrentRef() function in base::PlatformThread
/external/libchrome/base/task/sequence_manager/test/
Dlazy_thread_controller_for_test.cc17 thread_ref_(PlatformThread::CurrentRef()) { in LazyThreadControllerForTest()
93 return thread_ref_ == PlatformThread::CurrentRef(); in RunsTasksInCurrentSequence()
/external/libchrome/base/test/
Dtest_simple_task_runner.h77 const PlatformThreadRef thread_ref_ = PlatformThread::CurrentRef();
Dtest_simple_task_runner.cc43 return thread_ref_ == PlatformThread::CurrentRef(); in RunsTasksInCurrentSequence()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbind_task_runner_unittest.cc30 : thread_id_(base::PlatformThread::CurrentRef()), in TestTaskRunner()
53 return base::PlatformThread::CurrentRef() == thread_id_; in RunsTasksInCurrentSequence()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileToAtoms.cpp1141 DefinedAtom::reference_iterator CurrentRef = atom->begin(); in processCIE() local
1142 if (CurrentRef->offsetInAtom() != PersonalityFunctionField) in processCIE()
1146 if (++CurrentRef != atom->end()) in processCIE()
1195 DefinedAtom::reference_iterator CurrentRef = atom->begin(); in processFDE() local
1201 auto currentRefGetter = [&CurrentRef, in processFDE()
1204 if (CurrentRef == atom->end()) in processFDE()
1207 const Reference *Ref = *CurrentRef; in processFDE()
1216 ++CurrentRef; in processFDE()
/external/libchrome/base/task_scheduler/
Dscheduler_worker_pool_impl_unittest.cc382 *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()
Dscheduler_single_thread_task_runner_manager.cc62 thread_ref_ = PlatformThread::CurrentRef(); in Set()
67 return is_set_.IsSet() && thread_ref_ == PlatformThread::CurrentRef(); in IsCurrentThreadSameAsSetThread()
Dscheduler_single_thread_task_runner_manager_unittest.cc81 *thread_ref = PlatformThread::CurrentRef(); in CaptureThreadRef()
/external/libchrome/base/trace_event/
Dmemory_dump_manager_unittest.cc757 thread_ref = PlatformThread::CurrentRef(); in TEST_F()
773 EXPECT_EQ(thread_ref, PlatformThread::CurrentRef()); in TEST_F()