HomeSort by relevance Sort by last modified time
    Searched defs:PlatformThread (Results 1 - 4 of 4) sorted by null

  /external/sfntly/cpp/src/test/
platform_thread.h 43 class PlatformThread {
69 PlatformThread() {}
70 NO_COPY_AND_ASSIGN(PlatformThread);
  /external/webrtc/webrtc/base/
platform_thread.cc 94 PlatformThread::PlatformThread(ThreadRunFunction func,
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::IsRunning() const
    [all...]
platform_thread.h 57 class PlatformThread {
59 PlatformThread(ThreadRunFunction func, void* obj, const char* thread_name);
60 virtual ~PlatformThread();
95 RTC_DISALLOW_COPY_AND_ASSIGN(PlatformThread);
  /external/libchrome/base/threading/
platform_thread.h 5 // 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 {
229 DISALLOW_IMPLICIT_CONSTRUCTORS(PlatformThread);

Completed in 64 milliseconds