Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dtee_agent.c207 pthread_t miscThread = (pthread_t)-1; in main() local
232 (void)pthread_create(&miscThread, NULL, MiscWorkThread, g_miscControl); in main()
240 (void)pthread_join(miscThread, NULL); in main()