Home
last modified time | relevance | path

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

/external/blktrace/btreplay/
Dbtreplay.c110 pthread_t sub_thread, rec_thread; member
775 memset(&tip->sub_thread, 0, sizeof(tip->sub_thread)); in tip_init()
800 if (pthread_create(&tip->sub_thread, NULL, replay_sub, tip)) { in tip_init()
825 if (pthread_join(tip->sub_thread, NULL)) { in tip_release()