Home
last modified time | relevance | path

Searched refs:rec_thread (Results 1 – 1 of 1) sorted by relevance

/external/blktrace/btreplay/
Dbtreplay.c110 pthread_t sub_thread, rec_thread; member
776 memset(&tip->rec_thread, 0, sizeof(tip->rec_thread)); in tip_init()
806 if (pthread_create(&tip->rec_thread, NULL, replay_rec, tip)) { in tip_init()
829 if (pthread_join(tip->rec_thread, NULL)) { in tip_release()