Searched defs:Thread (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dthread.cpp22 Thread::Thread() function in class:Thread
31 Thread::Thread(RunnableInterface *r) function in class:Thread
40 Thread::~Thread()
47 int Thread::Start(void)
62 int Thread::Join(void)
76 void *Thread::Instance(void *p)
78 Thread *
[all...]
/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dthread.h32 class Thread : public RunnableInterface { class in inherits:RunnableInterface
34 Thread();
35 Thread(RunnableInterface *r);
36 ~Thread();
44 * when the class is derived from Thread class
/hardware/nxp/nfc/halimpl/src/adaptation/
H A DEseAdaptation.cpp143 ** Function: EseAdaptation::Thread()
150 uint32_t EseAdaptation::Thread(uint32_t arg) { function in class:EseAdaptation
151 const char* func = "EseAdaptation::Thread";

Completed in 262 milliseconds