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

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CThread.h 43 class CThread
48 CThread(void);
50 virtual ~CThread(void);
CThread.cpp 33 #include "CThread.h"
39 CThread::CThread(void) :
47 CThread::~CThread(
56 void CThread::terminate(
65 bool CThread::isExiting(
74 void CThread::setExiting(
83 void CThread::exit(
93 bool CThread::shouldTerminate
    [all...]
  /external/lzma/CPP/Windows/
Thread.h 12 class CThread
14 ::CThread thread;
16 CThread() { Thread_Construct(&thread); }
17 ~CThread() { Close(); }
  /external/lzma/C/
Threads.h 16 typedef HANDLE CThread;
25 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param);

Completed in 153 milliseconds