HomeSort by relevance Sort by last modified time
    Searched full:rec_thread (Results 1 - 1 of 1) sorted by null

  /external/blktrace/btreplay/
btreplay.c 94 * @rec_thread: Thread used to reclaim IOs.
110 pthread_t sub_thread, rec_thread; member in struct:thr_info
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)) {
    [all...]

Completed in 616 milliseconds