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/linux/
Dhc_thread.c38 if (thread->threadFunc) { in StaticThreadFunc()
39 thread->threadFunc(args); in StaticThreadFunc()
114 thread->threadFunc = func; in InitThread()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
Dhc_thread.c34 if (thread->threadFunc) { in StaticThreadFunc()
35 thread->threadFunc(args); in StaticThreadFunc()
116 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