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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.h49 int sc_notify_time_compare( const void*, const void* );
344 friend int sc_notify_time_compare( const void*, const void* );
H A Dsc_simcontext.cpp254 sc_notify_time_compare( const void* p1, const void* p2 ) function in namespace:sc_core
389 m_timed_events = new sc_ppq<sc_event_timed*>( 128, sc_notify_time_compare );

Completed in 13 milliseconds