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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cthread_process.cpp22 sc_cthread_process.cpp -- Clocked thread implementation.
30 #include "sysc/kernel/sc_cthread_process.h"
36 //"sc_cthread_process::dont_initialize"
40 void sc_cthread_process::dont_initialize( bool /* dont */ )
46 //"sc_cthread_process::sc_cthread_process"
50 sc_cthread_process::sc_cthread_process( const char* name_p, function in class:sc_core::sc_cthread_process
61 //"sc_cthread_process::~sc_cthread_process"
[all...]
H A Dsc_cthread_process.h22 sc_cthread_process.h -- Clocked thread declarations
45 // sc_cthread_process -
48 class sc_cthread_process : public sc_thread_process { class in namespace:sc_core
62 sc_cthread_process( const char* name_p, bool free_host,
68 { return "sc_cthread_process"; }
72 sc_cthread_process( const char* nm,
77 virtual ~sc_cthread_process();
87 //"sc_cthread_process::wait_halt"
90 inline void sc_cthread_process::wait_halt()
99 // $Log: sc_cthread_process
[all...]
H A Dsc_reset.h77 friend class sc_cthread_process;
H A Dsc_spawn_options.h53 friend class sc_cthread_process;
H A Dsc_process.h58 typedef class sc_cthread_process* sc_cthread_handle;
271 friend class sc_cthread_process; // Child can access parent.
H A Dsc_simcontext.h65 class sc_cthread_process;
150 friend class sc_cthread_process;
H A Dsc_simcontext.cpp44 #include "sysc/kernel/sc_cthread_process.h"
1138 new sc_cthread_process(name_p, free_host, method_p, host_p, opt_p);
1838 // sc_cthread_process'es. In a correctly constructed world, this

Completed in 20 milliseconds