Searched refs:RCAST (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_iostream.h65 #ifdef RCAST
66 # undef RCAST macro
68 #define RCAST reinterpret_cast macro
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_wait.cpp63 RCAST<sc_cthread_handle>( cpi->process_handle )->wait_cycles();
81 RCAST<sc_thread_handle>( cpi->process_handle )->wait( e );
87 RCAST<sc_cthread_handle>( cpi->process_handle );
105 RCAST<sc_thread_handle>( cpi->process_handle )->wait( el );
113 RCAST<sc_cthread_handle>( cpi->process_handle );
131 RCAST<sc_thread_handle>( cpi->process_handle )->wait( el );
137 RCAST<sc_cthread_handle>( cpi->process_handle );
155 RCAST<sc_thread_handle>( cpi->process_handle )->wait( t );
161 RCAST<sc_cthread_handle>( cpi->process_handle );
179 RCAST<sc_thread_handl
[all...]
H A Dsc_wait_cthread.cpp49 RCAST<sc_cthread_handle>( cpi->process_handle )->wait_halt();
71 RCAST<sc_cthread_handle>( cpi->process_handle )->wait_cycles( n );
H A Dsc_cor_qt.cpp164 curr_cor = RCAST<sc_cor_qt*>( cor );
192 RCAST<sc_cor_qt*>( old_cor )->m_sp = sp;
H A Dsc_event.cpp521 sc_event_timed_u* q = RCAST<sc_event_timed_u*>( p );
H A Dsc_thread_process.cpp109 sc_thread_handle thread_h = RCAST<sc_thread_handle>( arg );

Completed in 13 milliseconds