68 assert(!
m_map.count(address));
70 m_map[address] = ready_time;
85 assert(
m_map.count(address));
107 AddressMap::const_iterator
i =
m_map.begin();
108 AddressMap::const_iterator end =
m_map.end();
114 for (; i != end; ++
i) {
void print(std::ostream &out) const
void set(Addr address, Tick ready_time)
void scheduleEventAbsolute(Tick timeAbs)
uint64_t Tick
Tick count type.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
bool isReady(Tick curTime) const
Addr makeLineAddress(Addr addr)
Consumer * m_consumer_ptr
Consumer to signal a wakeup()