Lines Matching refs:commandItem
79 class commandItem {
87 struct commandItemSorter : public std::binary_function<commandItem&,
88 commandItem&, bool>{
89 bool operator()(const commandItem& lhs,
90 const commandItem& rhs) const
97 commandItem cmd;
98 commandItem transFinish; // the last scheduled command for a transaction.
99 commandItem PreRDWR; // the latest scheduled READ or WRITE command.
101 std::vector<commandItem> ACT;
103 std::vector<commandItem> PRE;
105 std::vector<std::vector<commandItem> > RDWR;
107 std::vector<commandItem> cmdScheduling;
108 std::vector<commandItem> cmdList;