Home | History | Annotate | Download | only in src

Lines Matching full:rthread

1206       RandomDiskThread *rthread = new RandomDiskThread(blocktables_[i]);
1207 rthread->InitThread(total_threads_++, this, os_, patternlist_,
1209 rthread->SetDevice(diskfilename_[i].c_str());
1210 if (rthread->SetParameters(read_block_size_, write_block_size_,
1215 random_vector->insert(random_vector->end(), rthread);
1218 delete rthread;