Searched refs:io_thr (Results 1 – 1 of 1) sorted by relevance
250 pthread_t io_thr; in main() local308 if ((rc = pthread_create(&io_thr, NULL, write_thread, &args))) { in main()318 if ((rc = pthread_create(&io_thr, NULL, read_thread, &args))) { in main()325 pthread_join(io_thr, NULL); in main()