HomeSort by relevance Sort by last modified time
    Searched full:cthread (Results 1 - 15 of 15) sorted by null

  /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/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);
  /external/valgrind/main/drd/tests/
pth_broadcast.c 58 struct cthread struct
65 void cthread_ctr(struct cthread* p)
71 void cthread_dtr(struct cthread* p)
86 static void thread_func(struct cthread* thread_info)
144 struct cthread* p;
145 struct cthread* thread_vec;
148 thread_vec = malloc(sizeof(struct cthread) * thread_count);
  /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/Daemon/Device/
DeviceIrqHandler.h 37 #include "CThread.h"
40 class DeviceIrqHandler: public CThread
DeviceScheduler.h 37 #include "CThread.h"
40 class DeviceScheduler: public CThread
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/public/
Server.h 46 #include "CThread.h"
54 class Server: public CThread
  /external/chromium_org/third_party/webrtc/base/
thread_unittest.cc 251 CustomThread* cthread = new CustomThread(); local
252 EXPECT_TRUE(cthread->WrapCurrent());
253 EXPECT_TRUE(cthread->RunningForTest());
254 EXPECT_FALSE(cthread->IsOwned());
255 cthread->UnwrapCurrent();
256 EXPECT_FALSE(cthread->RunningForTest());
257 delete cthread;
  /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 490 milliseconds