Searched refs:sc_cthread_handle (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_wait.cpp63 RCAST<sc_cthread_handle>( cpi->process_handle )->wait_cycles();
86 sc_cthread_handle cthread_h =
87 RCAST<sc_cthread_handle>( cpi->process_handle );
112 sc_cthread_handle cthread_h =
113 RCAST<sc_cthread_handle>( cpi->process_handle );
136 sc_cthread_handle cthread_h =
137 RCAST<sc_cthread_handle>( cpi->process_handle );
160 sc_cthread_handle cthread_h =
161 RCAST<sc_cthread_handle>( cpi->process_handle );
184 sc_cthread_handle cthread_
[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_sensitive.h102 sc_sensitive& operator () ( sc_cthread_handle, sc_event_finder& );
103 sc_sensitive& operator () ( sc_cthread_handle, const in_if_b_type& );
104 sc_sensitive& operator () ( sc_cthread_handle, const in_if_l_type& );
105 sc_sensitive& operator () ( sc_cthread_handle, const in_port_b_type& );
106 sc_sensitive& operator () ( sc_cthread_handle, const in_port_l_type& );
107 sc_sensitive& operator () ( sc_cthread_handle, const inout_port_b_type& );
108 sc_sensitive& operator () ( sc_cthread_handle, const inout_port_l_type& );
H A Dsc_sensitive.cpp293 sc_sensitive::operator () ( sc_cthread_handle handle_,
301 sc_sensitive::operator () ( sc_cthread_handle handle_,
309 sc_sensitive::operator () ( sc_cthread_handle handle_,
317 sc_sensitive::operator () ( sc_cthread_handle handle_,
325 sc_sensitive::operator () ( sc_cthread_handle handle_,
333 sc_sensitive::operator () ( sc_cthread_handle handle_,
341 sc_sensitive::operator () ( sc_cthread_handle handle_,
H A Dsc_process.cpp650 //"sc_process_handle::operator sc_cthread_handle"
653 sc_process_handle::operator sc_cthread_handle()
655 return DCAST<sc_cthread_handle>(m_target_p);
H A Dsc_process_handle.h134 operator sc_cthread_handle ();
H A Dsc_process.h58 typedef class sc_cthread_process* sc_cthread_handle; typedef in namespace:sc_core

Completed in 10 milliseconds