Searched refs:sc_ppq (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_pq.h90 // CLASS TEMPLATE : sc_ppq<T>
98 class sc_ppq class in namespace:sc_core
106 sc_ppq( int sz, compare_fn_t cmp ) function in class:sc_core::sc_ppq
110 ~sc_ppq()
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_event_queue.h126 sc_ppq<sc_time*> m_ppq;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.h337 sc_ppq<sc_event_timed*>* m_timed_events;
H A Dsc_simcontext.cpp389 m_timed_events = new sc_ppq<sc_event_timed*>( 128, sc_notify_time_compare );

Completed in 15 milliseconds