Searched refs:fun_read (Results 1 – 1 of 1) sorted by relevance
46 void fun_read(void* ptr);95 pthread_create(&thread_read, NULL, (void*)&fun_read, NULL); in main()110 void fun_read(void *ptr) in fun_read() function