Searched defs:PlatformThreadHandle (Results 1 – 3 of 3) sorted by relevance
78 PlatformThreadHandle() : handle_(0) {} in PlatformThreadHandle() function80 explicit PlatformThreadHandle(Handle handle) : handle_(handle) {} in PlatformThreadHandle() function
36 typedef HANDLE PlatformThreadHandle; typedef
83 class PlatformThreadHandle; variable