Home
last modified time | relevance | path

Searched defs:PlatformThread (Results 1 – 3 of 3) sorted by relevance

/external/cronet/base/threading/
Dplatform_thread.h374 using PlatformThread = PlatformThreadApple; variable
376 using PlatformThread = PlatformThreadChromeOS; variable
378 using PlatformThread = PlatformThreadLinux; variable
380 using PlatformThread = PlatformThreadBase; variable
/external/webrtc/rtc_base/
Dplatform_thread.cc109 PlatformThread::PlatformThread(Handle handle, bool joinable) in PlatformThread() function in rtc::PlatformThread
112 PlatformThread::PlatformThread(PlatformThread&& rhs) in PlatformThread() function in rtc::PlatformThread
/external/libchrome/base/threading/
Dthread_restrictions.h475 friend class PlatformThread; variable