Searched refs:io_thr (Results 1 – 1 of 1) sorted by relevance
249 pthread_t io_thr; in main() local307 if ((rc = pthread_create(&io_thr, NULL, write_thread, &args))) { in main()317 if ((rc = pthread_create(&io_thr, NULL, read_thread, &args))) { in main()324 pthread_join(io_thr, NULL); in main()