Searched refs:semantics (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_spawn.h51 // semantics for a process via its () operator. An instance of the supplied
52 // execution object will be kept to provide the semantics when the process is
58 // sc_process_host::semantics to provide the actual semantic content.
66 // the process semantics.
70 // virtual void semantics()
71 // This virtual method provides the execution semantics for its process.
81 virtual void semantics() function in class:sc_core::sc_spawn_object
94 // This inline function spawns a process for execution. The execution semantics
98 // object = object instance providing the execution semantics via its
118 SC_MAKE_FUNC_PTR(sc_spawn_object<T>,semantics),
194 virtual void semantics() function in class:sc_core::sc_spawn_object_v
247 virtual void semantics() function in class:sc_core::sc_spawn_object_v
[all...]
H A Dsc_process.h253 // whose semantics are provided by the true virtual method semantics().
254 // Classes derived from this one will provide a version of semantics which
255 // implements the desired semantics. See the sc_spawn_xxx classes below.
402 inline void semantics();
432 sc_process_host* m_semantics_host_p; // host for semantics.
433 SC_ENTRY_FUNC m_semantics_method_p; // method for semantics.
623 //"sc_process_b::semantics"
625 // This inline method invokes the semantics for this object instance.
627 // process semantics
639 inline void sc_process_b::semantics() function in class:sc_core::sc_process_b
[all...]
H A Dsc_method_process.h297 // Execute this object instance's semantics and catch any exceptions that
303 DEBUG_MSG(DEBUG_NAME,this,"executing method semantics");
304 semantics();
434 // Andy Goodrich: changes for IEEE1666_2011 semantics.
H A Dsc_thread_process.cpp116 thread_h->semantics();
1055 // Andy Goodrich: changes for suspend-resume semantics.
1077 // Andy Goodrich: changes for IEEE1666_2011 semantics.
1098 // Andy Goodrich: changes to the semantics of throw_it() to match the

Completed in 13 milliseconds