Home
last modified time | relevance | path

Searched refs:CurrentRef (Results 1 – 5 of 5) 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.cc149 PlatformThreadRef PlatformThread::CurrentRef() { in CurrentRef() function in base::PlatformThread
/external/libchrome/base/trace_event/
Dmemory_dump_manager_unittest.cc928 thread_ref = PlatformThread::CurrentRef(); in TEST_F()
945 EXPECT_EQ(thread_ref, PlatformThread::CurrentRef()); in TEST_F()