Searched refs:InitThread (Results 1 - 7 of 7) sorted by relevance
/base/security/device_auth/deps_adapter/os_adapter/interfaces/ |
H A D | hc_thread.h | 45 int32_t InitThread(HcThread* thread, ThreadFunc func, size_t stackSize, const char* threadName);
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
H A D | hc_thread.h | 41 int32_t InitThread(HcThread* thread, ThreadFunc func, size_t stackSize, const char* threadName);
|
/base/security/device_auth/deps_adapter/os_adapter/impl/src/ |
H A D | hc_task_thread.c | 131 int32_t res = InitThread(&thread->thread, TaskThreadLoop, stackSize, threadName);
in InitHcTaskThread()
|
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
H A D | hc_thread.c | 116 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName)
in InitThread() function
|
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/ |
H A D | hc_thread.c | 115 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName)
in InitThread() function
|
/base/update/updater/services/diffpatch/patch_shared/ |
H A D | patch_shared.cpp | 297 static int InitThread(const struct UpdateBlockInfo &infos, TransferManagerPtr tm) in InitThread() function 402 if (InitThread(infos, tm.get()) != 0) { in ExecuteUpdateBlock()
|
/base/update/updater/services/updater_binary/ |
H A D | update_image_block.cpp | 228 static int InitThread(const struct UpdateBlockInfo &infos, TransferManagerPtr tm)
in InitThread() function 381 if (InitThread(infos, tm.get()) != 0) {
in ExecuteUpdateBlock()
|
Completed in 4 milliseconds