Home
last modified time | relevance | path

Searched defs:PlatformThreadRef (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/threading/
Dplatform_thread.h58 constexpr PlatformThreadRef() : id_(0) {} in PlatformThreadRef() function
60 explicit constexpr PlatformThreadRef(RefType id) : id_(id) {} in PlatformThreadRef() function
/external/webrtc/webrtc/base/
Dplatform_thread_types.h25 typedef DWORD PlatformThreadRef; typedef