Home
last modified time | relevance | path

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

/external/cronet/tot/base/threading/
Dplatform_thread.h388 using PlatformThread = PlatformThreadApple; variable
390 using PlatformThread = PlatformThreadChromeOS; variable
392 using PlatformThread = PlatformThreadLinux; variable
394 using PlatformThread = PlatformThreadBase; variable
/external/cronet/stable/base/threading/
Dplatform_thread.h388 using PlatformThread = PlatformThreadApple; variable
390 using PlatformThread = PlatformThreadChromeOS; variable
392 using PlatformThread = PlatformThreadLinux; variable
394 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