Searched refs:_times (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/channel/
H A Dsc_event_queue.cc56 _times.push(sc_time_stamp() + t);
57 _defaultEvent.notify(_times.top() - sc_time_stamp());
64 _times = std::priority_queue<
77 _times.pop();
78 if (!_times.empty())
79 _defaultEvent.notify(_times.top() - sc_time_stamp());
/gem5/src/systemc/ext/channel/
H A Dsc_event_queue.hh77 sc_time, std::vector<sc_time>, std::greater<sc_time> > _times; member in class:sc_core::sc_event_queue

Completed in 5 milliseconds