Home
last modified time | relevance | path

Searched refs:InitThread (Results 1 - 7 of 7) sorted by relevance

/base/security/device_auth/deps_adapter/os_adapter/interfaces/
H A Dhc_thread.h45 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 Dhc_thread.h41 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 Dhc_task_thread.c131 int32_t res = InitThread(&thread->thread, TaskThreadLoop, stackSize, threadName); in InitHcTaskThread()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H A Dhc_thread.c116 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 Dhc_thread.c115 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 Dpatch_shared.cpp297 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 Dupdate_image_block.cpp228 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