Home
last modified time | relevance | path

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

/external/blktrace/btreplay/
Dbtreplay.c108 pthread_t sub_thread, rec_thread; member
794 memset(&tip->rec_thread, 0, sizeof(tip->rec_thread)); in tip_init()
824 if (pthread_create(&tip->rec_thread, NULL, replay_rec, tip)) { in tip_init()
847 if (pthread_join(tip->rec_thread, NULL)) { in tip_release()