Searched refs:sc_thread_process (Results 1 - 13 of 13) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_thread_process.h22 sc_thread_process.h -- Thread process declarations
91 // sc_thread_process -
94 class sc_thread_process : public sc_process_b { class in namespace:sc_core
116 sc_thread_process( const char* name_p, bool free_host,
121 { return "sc_thread_process"; }
125 virtual ~sc_thread_process();
173 sc_thread_process( const sc_thread_process& );
174 const sc_thread_process& operator = ( const sc_thread_process
[all...]
H A Dsc_cthread_process.cpp54 sc_thread_process(name_p, free_host, method_p, host_p, opt_p)
92 // sc_thread_process::throw_reset().
H A Dsc_cthread_process.h34 #include "sysc/kernel/sc_thread_process.h"
48 class sc_cthread_process : public sc_thread_process {
53 friend class sc_thread_process;
117 // method sc_thread_process::throw_reset().
H A Dsc_except.h40 class sc_thread_process;
75 friend class sc_thread_process;
H A Dsc_thread_process.cpp22 sc_thread_process.cpp -- Thread process implementation
31 #include "sysc/kernel/sc_thread_process.h"
163 //"sc_thread_process::disable_process"
169 void sc_thread_process::disable_process(
219 //"sc_thread_process::enable_process"
227 void sc_thread_process::enable_process(
260 //"sc_thread_process::kill_process"
266 void sc_thread_process::kill_process(sc_descendant_inclusion_info descendants )
323 //"sc_thread_process::prepare_for_simulation"
328 void sc_thread_process
393 sc_thread_process::sc_thread_process( const char* name_p, bool free_host, function in class:sc_core::sc_thread_process
[all...]
H A Dsc_reset.h86 friend class sc_thread_process;
H A Dsc_spawn_options.h56 friend class sc_thread_process;
H A Dsc_process.h45 class sc_thread_process;
60 typedef class sc_thread_process* sc_thread_handle;
226 // sc_thread_process::suspend_me() ).
274 friend class sc_thread_process; // Child can access parent.
H A Dsc_event.h124 friend class sc_thread_process;
186 friend class sc_thread_process;
221 friend class sc_thread_process;
255 friend class sc_thread_process;
H A Dsc_simcontext.h66 class sc_thread_process;
151 friend class sc_thread_process;
H A Dsc_process_handle.h79 friend class sc_thread_process;
554 // sc_thread_process::throw_it() method.
H A Dsc_runnable_int.h38 #include "sysc/kernel/sc_thread_process.h"
150 m_threads_push_head = new sc_thread_process("threads_push_head", true,
H A Dsc_simcontext.cpp46 #include "sysc/kernel/sc_thread_process.h"
1195 new sc_thread_process(name_p, free_host, method_p, host_p, opt_p);
1837 // This function is pointed to by defunct sc_thread_process'es and

Completed in 31 milliseconds