HomeSort by relevance Sort by last modified time
    Searched full:cthread (Results 1 - 7 of 7) 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);
  /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);
  /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
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Android.mk 58 Common/CThread.cpp

Completed in 206 milliseconds