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

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
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...]
CThread.h 43 class CThread
48 CThread(void);
50 virtual ~CThread(void);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
DeviceIrqHandler.h 37 #include "CThread.h"
40 class DeviceIrqHandler: public CThread
DeviceScheduler.h 37 #include "CThread.h"
40 class DeviceScheduler: public CThread
  /external/lzma/CPP/Windows/
Thread.h 12 class CThread
14 ::CThread thread;
16 CThread() { Thread_Construct(&thread); }
17 ~CThread() { Close(); }
  /external/lzma/CPP/7zip/Common/
VirtThread.h 13 NWindows::CThread Thread;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/public/
Server.h 46 #include "CThread.h"
54 class Server: public CThread
  /external/lzma/C/
Threads.h 16 typedef HANDLE CThread;
25 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param);
LzFindMt.h 29 CThread thread;
MtCoder.h 13 CThread thread;
Threads.c 30 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param)
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Android.mk 58 Common/CThread.cpp
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 467 NWindows::CThread thread[2];
886 NWindows::CThread Thread;

Completed in 1735 milliseconds