Searched defs:PlatformThreadRef (Results 1 – 6 of 6) sorted by relevance
61 constexpr PlatformThreadRef() : id_(0) {} in PlatformThreadRef() function63 explicit constexpr PlatformThreadRef(RefType id) : id_(id) {} in PlatformThreadRef() function
58 constexpr PlatformThreadRef() : id_(0) {} in PlatformThreadRef() function60 explicit constexpr PlatformThreadRef(RefType id) : id_(id) {} in PlatformThreadRef() function
37 typedef DWORD PlatformThreadRef; typedef
43 explicit constexpr PlatformThreadRef(RefType id) : id_(id) {} in PlatformThreadRef() function