Searched refs:PlatformThreadRef (Results 1 – 7 of 7) sorted by relevance
41 class PlatformThreadRef {48 PlatformThreadRef() in PlatformThreadRef() function52 explicit PlatformThreadRef(RefType id) in PlatformThreadRef() function56 bool operator==(PlatformThreadRef other) const {142 static PlatformThreadRef CurrentRef();
38 mutable PlatformThreadRef valid_thread_id_;
24 valid_thread_id_ = PlatformThreadRef(); in DetachFromThread()
168 PlatformThreadRef PlatformThread::CurrentRef() { in CurrentRef()169 return PlatformThreadRef(pthread_self()); in CurrentRef()
133 PlatformThreadRef PlatformThread::CurrentRef() { in CurrentRef()134 return PlatformThreadRef(GetCurrentThreadId()); in CurrentRef()
29 owning_thread_ref_ = PlatformThreadRef(); in CheckHeldAndUnmark()
84 base::PlatformThreadRef owning_thread_ref_;