Searched refs:thread_read (Results 1 – 1 of 1) sorted by relevance
57 pthread_t thread_read; in main() local95 pthread_create(&thread_read, NULL, (void*)&fun_read, NULL); in main()98 pthread_join(thread_read, NULL); in main()