Home
last modified time | relevance | path

Searched defs:ThreadFunc (Results 1 – 3 of 3) sorted by relevance

/base/security/device_auth/deps_adapter/os_adapter/interfaces/
Dhc_thread.h28 typedef int (*ThreadFunc)(void*); typedef
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
Dhc_thread.h24 typedef int (*ThreadFunc)(void*); typedef
/base/startup/init/test/unittest/modules/
Dcontext_unittest.cpp31 static void *ThreadFunc(void *arg) in ThreadFunc() function