Searched refs:HcThread (Results 1 - 5 of 5) sorted by relevance
/base/security/device_auth/deps_adapter/os_adapter/interfaces/ |
H A D | hc_thread.h | 43 } HcThread;
typedef 45 int32_t InitThread(HcThread* thread, ThreadFunc func, size_t stackSize, const char* threadName);
46 void DestroyThread(HcThread* thread);
|
H A D | hc_task_thread.h | 34 HcThread thread;
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
H A D | hc_thread.h | 39 } 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 D | hc_thread.c | 31 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 D | hc_thread.c | 27 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