btreplay.c | 94 * @rec_thread: Thread used to reclaim IOs. 110 pthread_t sub_thread, rec_thread; member in struct:thr_info 776 memset(&tip->rec_thread, 0, sizeof(tip->rec_thread)); 806 if (pthread_create(&tip->rec_thread, NULL, replay_rec, tip)) { 829 if (pthread_join(tip->rec_thread, NULL)) { [all...] |