74 assert(!
m_map.count(address));
76 m_map[address] = ready_time;
91 assert(
m_map.count(address));
113 AddressMap::const_iterator
i =
m_map.begin();
114 AddressMap::const_iterator end =
m_map.end();
120 for (;
i != end; ++
i) {
void scheduleEventAbsolute(Tick timeAbs)
Consumer * m_consumer_ptr
Consumer to signal a wakeup()
void set(Addr address, Tick ready_time)
bool isReady(Tick curTime) const
void print(std::ostream &out) const
Addr makeLineAddress(Addr addr)
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
uint64_t Tick
Tick count type.