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

/external/chromium_org/base/threading/
H A Dthread_checker_impl.h38 mutable PlatformThreadRef valid_thread_id_;
H A Dplatform_thread.h39 // after a thread dies, so a PlatformThreadRef cannot be reliably used
41 class PlatformThreadRef { class in namespace:base
48 PlatformThreadRef() function in class:base::PlatformThreadRef
52 explicit PlatformThreadRef(RefType id) function in class:base::PlatformThreadRef
56 bool operator==(PlatformThreadRef other) const {
142 static PlatformThreadRef CurrentRef();
H A Dthread_checker_impl.cc24 valid_thread_id_ = PlatformThreadRef();
H A Dplatform_thread_posix.cc168 PlatformThreadRef PlatformThread::CurrentRef() {
169 return PlatformThreadRef(pthread_self());
H A Dplatform_thread_win.cc133 PlatformThreadRef PlatformThread::CurrentRef() {
134 return PlatformThreadRef(GetCurrentThreadId());
/external/chromium_org/base/synchronization/
H A Dlock.cc29 owning_thread_ref_ = PlatformThreadRef();
H A Dlock.h84 base::PlatformThreadRef owning_thread_ref_;

Completed in 6196 milliseconds