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