Home
last modified time | relevance | path

Searched refs:PlatformThreadRef (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/base/threading/
Dplatform_thread.h41 class PlatformThreadRef {
48 PlatformThreadRef() in PlatformThreadRef() function
52 explicit PlatformThreadRef(RefType id) in PlatformThreadRef() function
56 bool operator==(PlatformThreadRef other) const {
142 static PlatformThreadRef CurrentRef();
Dthread_checker_impl.h38 mutable PlatformThreadRef valid_thread_id_;
Dthread_checker_impl.cc24 valid_thread_id_ = PlatformThreadRef(); in DetachFromThread()
Dplatform_thread_posix.cc168 PlatformThreadRef PlatformThread::CurrentRef() { in CurrentRef()
169 return PlatformThreadRef(pthread_self()); in CurrentRef()
Dplatform_thread_win.cc133 PlatformThreadRef PlatformThread::CurrentRef() { in CurrentRef()
134 return PlatformThreadRef(GetCurrentThreadId()); in CurrentRef()
/external/chromium_org/base/synchronization/
Dlock.cc29 owning_thread_ref_ = PlatformThreadRef(); in CheckHeldAndUnmark()
Dlock.h84 base::PlatformThreadRef owning_thread_ref_;