Home
last modified time | relevance | path

Searched refs:CurrentRef (Results 1 – 6 of 6) 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.cc19 return valid_thread_id_ == PlatformThread::CurrentRef(); in CalledOnValidThread()
30 valid_thread_id_ = PlatformThread::CurrentRef(); in EnsureThreadIdAssigned()
Dplatform_thread.h131 static PlatformThreadRef CurrentRef();
Dplatform_thread_posix.cc152 PlatformThreadRef PlatformThread::CurrentRef() { in CurrentRef() function in base::PlatformThread
/external/libmojo/mojo/public/cpp/bindings/tests/
Dbind_task_runner_unittest.cc28 : thread_id_(base::PlatformThread::CurrentRef()), in TestTaskRunner()
51 return base::PlatformThread::CurrentRef() == thread_id_; in RunsTasksOnCurrentThread()
/external/libchrome/base/trace_event/
Dmemory_dump_manager_unittest.cc1086 thread_ref = PlatformThread::CurrentRef(); in TEST_F()
1103 EXPECT_EQ(thread_ref, PlatformThread::CurrentRef()); in TEST_F()