Searched refs:name_p (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cthread_process.cpp50 sc_cthread_process::sc_cthread_process( const char* name_p, argument
54 sc_thread_process(name_p, free_host, method_p, host_p, opt_p)
H A Dsc_spawn.h67 // name_p = optional name for object instance, or zero.
100 // name_p = optional name for object instance, or zero.
106 const char* name_p = 0,
117 name_p, true,
126 name_p, true,
149 // sc_spawn_object_v( typename F::result_type* r_p, T f, const char* name_p,
153 // name_p = optional name for object instance, or zero.
180 // name_p = optional name for object instance, or zero.
208 const char* name_p = 0,
220 name_p, tru
[all...]
H A Dsc_cthread_process.h62 sc_cthread_process( const char* name_p, bool free_host,
H A Dsc_method_process.cpp300 sc_method_process::sc_method_process( const char* name_p, argument
305 name_p ? name_p : sc_gen_unique_name("method_p"),
H A Dsc_process.cpp539 sc_process_b::sc_process_b( const char* name_p, bool is_thread, bool free_host, argument
543 sc_object( name_p ),
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_thread_process.cpp393 sc_thread_process::sc_thread_process( const char* name_p, bool free_host, argument
398 name_p ? name_p : sc_gen_unique_name("thread_p"),
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_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,
/gem5/src/systemc/ext/core/
H A Dsc_spawn.hh156 sc_spawn(T object, const char *name_p=nullptr, argument
160 ::sc_gem5::Process *p = spawnWork(func, name_p, opt_p);
166 sc_spawn(typename T::result_type *r_p, T object, const char *name_p=nullptr, argument
171 ::sc_gem5::Process *p = spawnWork(func, name_p, opt_p);

Completed in 34 milliseconds