Searched defs:PlatformThreadHandle (Results 1 – 7 of 7) sorted by relevance
54 constexpr PlatformThreadHandle() : handle_(0) {} in PlatformThreadHandle() function56 explicit constexpr PlatformThreadHandle(Handle handle) : handle_(handle) {} in PlatformThreadHandle() function
84 constexpr PlatformThreadHandle() : handle_(0) {} in PlatformThreadHandle() function86 explicit constexpr PlatformThreadHandle(Handle handle) : handle_(handle) {} in PlatformThreadHandle() function
62 constexpr PlatformThreadHandle() : handle_(0) {} in PlatformThreadHandle() function64 explicit constexpr PlatformThreadHandle(Handle handle) : handle_(handle) {} in PlatformThreadHandle() function
121 class PlatformThreadHandle; variable
92 class PlatformThreadHandle; variable
118 class PlatformThreadHandle; variable
45 class PlatformThreadHandle; variable