Searched refs:InitThread (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/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);
|
/ohos5.0/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);
|
/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/include/ |
H A D | aie_thread_unix.h | 73 int InitThread(PthreadData &tr);
|
/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/source/ |
H A D | aie_thread_unix.cpp | 30 int InitThread(PthreadData &tr) in InitThread() function
|
H A D | thread.cpp | 44 InitThread(thread_); in Thread()
|
/ohos5.0/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()
|
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
H A D | hc_thread.c | 113 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread() function
|
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/ |
H A D | hc_thread.c | 112 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread() function
|
/ohos5.0/base/update/updater/services/diffpatch/patch_shared/ |
H A D | patch_shared.cpp | 274 static int InitThread(const struct UpdateBlockInfo &infos, TransferManagerPtr tm) in InitThread() function 379 if (InitThread(infos, tm.get()) != 0) { in ExecuteUpdateBlock()
|
/ohos5.0/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 380 if (InitThread(infos, tm.get()) != 0) { in ExecuteUpdateBlock()
|