Home
last modified time | relevance | path

Searched refs:CurrentRef (Results 1 – 8 of 8) 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()