Home | History | Annotate | Download | only in btreplay

Lines Matching full:rec_thread

94  * @rec_thread: Thread used to reclaim IOs.
110 pthread_t sub_thread, rec_thread;
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)) {