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

/external/sfntly/cpp/src/test/
H A Dplatform_thread.h43 class PlatformThread { class in namespace:sfntly
69 PlatformThread() {} function in class:sfntly::PlatformThread
70 NO_COPY_AND_ASSIGN(PlatformThread);
/external/webrtc/webrtc/base/
H A Dplatform_thread.cc94 PlatformThread::PlatformThread(ThreadRunFunction func, function in class:rtc::PlatformThread
111 PlatformThread::~PlatformThread() {
119 DWORD WINAPI PlatformThread::StartThread(void* param) {
120 static_cast<PlatformThread*>(param)->Run();
124 void* PlatformThread::StartThread(void* param) {
125 static_cast<PlatformThread*>(param)->Run();
130 void PlatformThread::Start() {
151 bool PlatformThread
[all...]
H A Dplatform_thread.h57 class PlatformThread { class in namespace:rtc
59 PlatformThread(ThreadRunFunction func, void* obj, const char* thread_name);
60 virtual ~PlatformThread();
95 RTC_DISALLOW_COPY_AND_ASSIGN(PlatformThread);
/external/libchrome/base/threading/
H A Dplatform_thread.h5 // WARNING: You should *NOT* be using this class directly. PlatformThread is
41 // These are produced by PlatformThread::CurrentRef(), and used to later
120 class BASE_EXPORT PlatformThread { class in namespace:base
229 DISALLOW_IMPLICIT_CONSTRUCTORS(PlatformThread);

Completed in 154 milliseconds