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

/external/chromium_org/base/threading/
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();

Completed in 146 milliseconds