Searched refs:r_p (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_spawn.h149 // sc_spawn_object_v( typename F::result_type* r_p, T f, const char* name_p,
151 // r_p -> where to place the result of the function invocation.
179 // r_p -> where to place the value of the () operator.
189 sc_spawn_object_v( typename T::result_type* r_p, T object ) : argument
190 m_object(object), m_result_p(r_p)
206 typename T::result_type* r_p,
216 spawn_p = new sc_spawn_object_v<T>(r_p, object);
242 sc_spawn_object_v( R* r_p, T object) : argument
243 m_object(object), m_result_p(r_p)
259 R* r_p,
205 sc_spawn( typename T::result_type* r_p, T object, const char* name_p = 0, const sc_spawn_options* opt_p = 0) argument
258 sc_spawn( R* r_p, T object, const char* name_p = 0, const sc_spawn_options* opt_p = 0) argument
[all...]
/gem5/src/systemc/ext/core/
H A Dsc_spawn.hh166 sc_spawn(typename T::result_type *r_p, T object, const char *name_p=nullptr, argument
170 T, typename T::result_type>(object, r_p);

Completed in 5 milliseconds