Searched refs:ThreadFunc (Results 1 - 5 of 5) sorted by relevance
/base/security/device_auth/deps_adapter/os_adapter/interfaces/ |
H A D | hc_thread.h | 28 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 D | hc_thread.h | 24 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 D | context_unittest.cpp | 31 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 D | hc_thread.c | 116 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 D | hc_thread.c | 115 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName)
in InitThread()
|
Completed in 2 milliseconds