Searched refs:fsThread (Results 1 – 1 of 1) sorted by relevance
206 pthread_t fsThread = (pthread_t)-1; in main() local229 (void)pthread_create(&fsThread, NULL, FsWorkThread, g_fsControl); in main()238 (void)pthread_join(fsThread, NULL); in main()