Searched defs:PlatformThreadRef (Results 1 – 1 of 1) sorted by relevance
67 PlatformThreadRef() : id_(0) {} in PlatformThreadRef() function69 explicit PlatformThreadRef(RefType id) : id_(id) {} in PlatformThreadRef() function