Home
last modified time | relevance | path

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

/base/security/device_auth/deps_adapter/os_adapter/interfaces/
H A Dhc_thread.h28 typedef int (*ThreadFunc)(void*); typedef
31 ThreadFunc threadFunc;
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 Dhc_thread.h24 typedef int (*ThreadFunc)(void*); typedef
27 ThreadFunc threadFunc;
41 int32_t InitThread(HcThread* thread, ThreadFunc func, size_t stackSize, const char* threadName);
/base/startup/init/test/unittest/modules/
H A Dcontext_unittest.cpp31 static void *ThreadFunc(void *arg) in ThreadFunc() function
53 int ret = pthread_create(&g_thread, nullptr, ThreadFunc, forkArg); in SubInitFork()
/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()
/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()

Completed in 2 milliseconds