Searched defs:PlatformThread (Results 1 – 4 of 4) sorted by relevance
388 using PlatformThread = PlatformThreadApple; variable390 using PlatformThread = PlatformThreadChromeOS; variable392 using PlatformThread = PlatformThreadLinux; variable394 using PlatformThread = PlatformThreadBase; variable
109 PlatformThread::PlatformThread(Handle handle, bool joinable) in PlatformThread() function in rtc::PlatformThread112 PlatformThread::PlatformThread(PlatformThread&& rhs) in PlatformThread() function in rtc::PlatformThread
475 friend class PlatformThread; variable