Searched defs:PlatformThreadHandle (Results 1 – 11 of 11) sorted by relevance
53 constexpr PlatformThreadHandle() : handle_(0) {} in PlatformThreadHandle() function55 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
65 constexpr PlatformThreadHandle() : handle_(0) {} in PlatformThreadHandle() function67 explicit constexpr PlatformThreadHandle(Handle handle) : handle_(handle) {} in PlatformThreadHandle() function
119 class PlatformThreadHandle; variable
92 class PlatformThreadHandle; variable
120 class PlatformThreadHandle; variable
45 class PlatformThreadHandle; variable