Searched refs:miscThread (Results 1 – 1 of 1) sorted by relevance
207 pthread_t miscThread = (pthread_t)-1; in main() local232 (void)pthread_create(&miscThread, NULL, MiscWorkThread, g_miscControl); in main()240 (void)pthread_join(miscThread, NULL); in main()