Searched refs:free_host (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cthread_process.cpp51 bool free_host, SC_ENTRY_FUNC method_p,
54 sc_thread_process(name_p, free_host, method_p, host_p, opt_p)
50 sc_cthread_process( const char* name_p, bool free_host, SC_ENTRY_FUNC method_p, sc_process_host* host_p, const sc_spawn_options* opt_p ) argument
H A Dsc_cthread_process.h62 sc_cthread_process( const char* name_p, bool free_host,
H A Dsc_process.cpp539 sc_process_b::sc_process_b( const char* name_p, bool is_thread, bool free_host, argument
555 m_free_host( free_host ),
H A Dsc_simcontext.h213 const char* name_p, bool free_host, SC_ENTRY_FUNC method_p,
217 const char* name_p, bool free_host, SC_ENTRY_FUNC method_p,
221 const char* name_p, bool free_host, SC_ENTRY_FUNC method_p,
H A Dsc_method_process.cpp301 bool free_host, SC_ENTRY_FUNC method_p,
306 false, free_host, method_p, host_p, opt_p),
300 sc_method_process( const char* name_p, bool free_host, SC_ENTRY_FUNC method_p, sc_process_host* host_p, const sc_spawn_options* opt_p ) argument
H A Dsc_simcontext.cpp1134 const char* name_p, bool free_host, SC_ENTRY_FUNC method_p,
1138 new sc_cthread_process(name_p, free_host, method_p, host_p, opt_p);
1151 const char* name_p, bool free_host, SC_ENTRY_FUNC method_p,
1155 new sc_method_process(name_p, free_host, method_p, host_p, opt_p);
1191 const char* name_p, bool free_host, SC_ENTRY_FUNC method_p,
1195 new sc_thread_process(name_p, free_host, method_p, host_p, opt_p);
1133 create_cthread_process( const char* name_p, bool free_host, SC_ENTRY_FUNC method_p, sc_process_host* host_p, const sc_spawn_options* opt_p ) argument
1150 create_method_process( const char* name_p, bool free_host, SC_ENTRY_FUNC method_p, sc_process_host* host_p, const sc_spawn_options* opt_p ) argument
1190 create_thread_process( const char* name_p, bool free_host, SC_ENTRY_FUNC method_p, sc_process_host* host_p, const sc_spawn_options* opt_p ) argument
H A Dsc_thread_process.cpp393 sc_thread_process::sc_thread_process( const char* name_p, bool free_host, argument
399 true, free_host, method_p, host_p, opt_p),
H A Dsc_method_process.h131 sc_method_process( const char* name_p, bool free_host,
H A Dsc_process.h329 sc_process_b( const char* name_p, bool is_thread, bool free_host,
H A Dsc_thread_process.h116 sc_thread_process( const char* name_p, bool free_host,

Completed in 31 milliseconds