Searched refs:CurrentRef (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/synchronization/
H A Dlock.cc24 DCHECK(owning_thread_ref_ == PlatformThread::CurrentRef());
28 DCHECK(owning_thread_ref_ == PlatformThread::CurrentRef());
34 owning_thread_ref_ = PlatformThread::CurrentRef();
/external/chromium_org/base/threading/
H A Dthread_checker_impl.cc19 return valid_thread_id_ == PlatformThread::CurrentRef();
30 valid_thread_id_ = PlatformThread::CurrentRef();
H A Dplatform_thread.h35 // These are produced by PlatformThread::CurrentRef(), and used to later
142 static PlatformThreadRef CurrentRef();
H A Dplatform_thread_posix.cc168 PlatformThreadRef PlatformThread::CurrentRef() { function in class:base::PlatformThread
H A Dplatform_thread_win.cc133 PlatformThreadRef PlatformThread::CurrentRef() { function in class:base::PlatformThread

Completed in 329 milliseconds