SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
Process spawning support. More...
Go to the source code of this file.
Classes | |
class | sc_core::sc_spawn_object< T > |
class | sc_core::sc_spawn_object_v< T > |
Namespaces | |
sc_core | |
Functions | |
template<typename T > | |
sc_process_handle | sc_core::sc_spawn (T object, const char *name_p=0, const sc_spawn_options *opt_p=0) |
template<typename T > | |
sc_process_handle | sc_core::sc_spawn (typename T::result_type *r_p, T object, const char *name_p=0, const sc_spawn_options *opt_p=0) |
Process spawning support.
Original Authors: Andy Goodrich, Forte Design Systems, 17 June 2003 Stuart Swan, Cadence, Bishnupriya Bhattacharya, Cadence Design Systems, 25 August, 2003
CHANGE LOG AT THE END OF THE FILE
Definition in file sc_spawn.h.