Home
last modified time | relevance | path

Searched refs:HcThread (Results 1 - 5 of 5) sorted by relevance

/base/security/device_auth/deps_adapter/os_adapter/interfaces/
H A Dhc_thread.h43 } HcThread; typedef
45 int32_t InitThread(HcThread* thread, ThreadFunc func, size_t stackSize, const char* threadName);
46 void DestroyThread(HcThread* thread);
H A Dhc_task_thread.h34 HcThread thread;
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
H A Dhc_thread.h39 } HcThread; typedef
41 int32_t InitThread(HcThread* thread, ThreadFunc func, size_t stackSize, const char* threadName);
42 void DestroyThread(HcThread* thread);
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H A Dhc_thread.c31 HcThread* thread = (HcThread*)args; in StaticThreadFunc()
116 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
154 void DestroyThread(HcThread *thread) in DestroyThread()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
H A Dhc_thread.c27 HcThread *thread = (HcThread*)args; in StaticThreadFunc()
115 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
154 void DestroyThread(HcThread *thread) in DestroyThread()

Completed in 2 milliseconds