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

/external/blktrace/btreplay/
H A Dbtreplay.c93 * @sub_thread: Thread used to submit IOs.
110 pthread_t sub_thread, rec_thread; member in struct:thr_info
775 memset(&tip->sub_thread, 0, sizeof(tip->sub_thread));
800 if (pthread_create(&tip->sub_thread, NULL, replay_sub, tip)) {
825 if (pthread_join(tip->sub_thread, NULL)) {

Completed in 645 milliseconds