Home
last modified time | relevance | path

Searched refs:threadFunc (Results 1 – 4 of 4) sorted by relevance

/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
Dhc_thread.c29 if (thread->threadFunc) { in StaticThreadFunc()
30 thread->threadFunc(args); in StaticThreadFunc()
103 thread->threadFunc = func; in InitThread()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
Dhc_thread.c33 if (thread->threadFunc) { in StaticThreadFunc()
34 thread->threadFunc(args); in StaticThreadFunc()
108 thread->threadFunc = func; in InitThread()
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
Dhc_thread.h27 ThreadFunc threadFunc; member
/base/security/device_auth/deps_adapter/os_adapter/interfaces/
Dhc_thread.h31 ThreadFunc threadFunc; member