Searched refs:PlatformThreadRef (Results 1 – 5 of 5) sorted by relevance
63 class PlatformThreadRef {67 PlatformThreadRef() : id_(0) {} in PlatformThreadRef() function69 explicit PlatformThreadRef(RefType id) : id_(id) {} in PlatformThreadRef() function71 bool operator==(PlatformThreadRef other) const { return id_ == other.id_; }91 inline PlatformThreadRef CurrentRef() { in CurrentRef()92 return PlatformThreadRef(cef_get_current_platform_thread_handle()); in CurrentRef()
112 base::PlatformThreadRef owning_thread_ref_;
66 mutable PlatformThreadRef valid_thread_id_;
29 owning_thread_ref_ = PlatformThreadRef(); in CheckHeldAndUnmark()
24 valid_thread_id_ = PlatformThreadRef(); in DetachFromThread()