|
SystemC 3.0.0
Accellera SystemC proof-of-concept library
|
#include <sysc/kernel/sc_thread_process.h>


Public Member Functions | |
| sc_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) | |
| virtual const char * | kind () const |
Public Member Functions inherited from sc_core::sc_process_b | |
| sc_process_b (const char *name_p, bool is_thread, bool free_host, sc_entry_func method_p, sc_process_host *host_p, const sc_spawn_options *opt_p) | |
| int | current_state () |
| bool | dont_initialize () const |
| virtual void | dont_initialize (bool dont) |
| std::string | dump_state () const |
| sc_curr_proc_kind | proc_kind () const |
| sc_event & | reset_event () |
| sc_event & | terminated_event () |
Public Member Functions inherited from sc_core::sc_object_host | |
| virtual const std::vector< sc_event * > & | get_child_events () const |
| virtual const std::vector< sc_object * > & | get_child_objects () const |
Public Member Functions inherited from sc_core::sc_object | |
| const char * | name () const |
| const char * | basename () const |
| virtual void | print (::std::ostream &os=::std::cout) const |
| virtual void | dump (::std::ostream &os=::std::cout) const |
| virtual void | trace (sc_trace_file *tf) const |
| virtual const char * | kind () const |
| sc_simcontext * | simcontext () const |
| bool | add_attribute (sc_attr_base &) |
| sc_attr_base * | get_attribute (const std::string &name_) |
| const sc_attr_base * | get_attribute (const std::string &name_) const |
| sc_attr_base * | remove_attribute (const std::string &name_) |
| void | remove_all_attributes () |
| int | num_attributes () const |
| sc_attr_cltn & | attr_cltn () |
| const sc_attr_cltn & | attr_cltn () const |
| virtual const std::vector< sc_event * > & | get_child_events () const |
| virtual const std::vector< sc_object * > & | get_child_objects () const |
| sc_object * | get_parent () const |
| sc_object * | get_parent_object () const |
| virtual | ~sc_object () |
Friends | |
| class | sc_event |
| class | sc_join |
| class | sc_module |
| class | sc_process_b |
| class | sc_process_handle |
| class | sc_process_table |
| class | sc_simcontext |
| class | sc_runnable |
| void | sc_thread_cor_fn (void *) |
| void | sc_set_stack_size (sc_thread_handle, std::size_t) |
| sc_cor * | get_cor_pointer (sc_process_b *process_p) |
| SC_API void | wait (int, sc_simcontext *) |
| SC_API void | wait (sc_simcontext *) |
| SC_API void | wait (const sc_event &, sc_simcontext *) |
| SC_API void | wait (const sc_event_or_list &, sc_simcontext *) |
| SC_API void | wait (const sc_event_and_list &, sc_simcontext *) |
| SC_API void | wait (const sc_time &, sc_simcontext *) |
| SC_API void | wait (const sc_time &, const sc_event &, sc_simcontext *) |
| SC_API void | wait (const sc_time &, const sc_event_or_list &, sc_simcontext *) |
| SC_API void | wait (const sc_time &, const sc_event_and_list &, sc_simcontext *) |
Definition at line 96 of file sc_thread_process.h.
| sc_core::sc_thread_process::sc_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 | ||
| ) |
|
protectedvirtual |
|
inlineprotected |
Definition at line 402 of file sc_thread_process.h.
|
protectedvirtual |
Implements sc_core::sc_process_b.
|
protectedvirtual |
Implements sc_core::sc_process_b.
|
protectedvirtual |
Implements sc_core::sc_process_b.
|
inlinevirtual |
Reimplemented from sc_core::sc_object.
Reimplemented in sc_core::sc_cthread_process.
Definition at line 124 of file sc_thread_process.h.
|
inlineprotected |
Definition at line 430 of file sc_thread_process.h.
|
inlineprotected |
Definition at line 442 of file sc_thread_process.h.
|
protectedvirtual |
|
inlineprotected |
Definition at line 409 of file sc_thread_process.h.
|
protectedvirtual |
Implements sc_core::sc_process_b.
|
inlineprotected |
Definition at line 424 of file sc_thread_process.h.
|
inlineprotected |
Definition at line 436 of file sc_thread_process.h.
|
inlineprotected |
Definition at line 186 of file sc_thread_process.h.
|
protected |
|
inlineprotected |
Definition at line 211 of file sc_thread_process.h.
|
protectedvirtual |
Implements sc_core::sc_process_b.
|
protectedvirtual |
Implements sc_core::sc_process_b.
|
protectedvirtual |
Implements sc_core::sc_process_b.
|
protected |
|
inlineprotected |
Definition at line 474 of file sc_thread_process.h.
|
inlineprotected |
Definition at line 277 of file sc_thread_process.h.
|
inlineprotected |
Definition at line 303 of file sc_thread_process.h.
|
inlineprotected |
Definition at line 290 of file sc_thread_process.h.
|
inlineprotected |
Definition at line 317 of file sc_thread_process.h.
Definition at line 330 of file sc_thread_process.h.
|
inlineprotected |
Definition at line 360 of file sc_thread_process.h.
|
inlineprotected |
Definition at line 345 of file sc_thread_process.h.
|
inlineprotected |
Definition at line 385 of file sc_thread_process.h.
|
friend |
Definition at line 447 of file sc_thread_process.h.
|
friend |
Definition at line 99 of file sc_thread_process.h.
|
friend |
Definition at line 100 of file sc_thread_process.h.
|
friend |
Definition at line 101 of file sc_thread_process.h.
|
friend |
Definition at line 102 of file sc_thread_process.h.
|
friend |
Definition at line 103 of file sc_thread_process.h.
|
friend |
Definition at line 104 of file sc_thread_process.h.
|
friend |
Definition at line 106 of file sc_thread_process.h.
|
friend |
|
friend |
Definition at line 105 of file sc_thread_process.h.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
protected |
Definition at line 171 of file sc_thread_process.h.
|
protected |
Definition at line 172 of file sc_thread_process.h.
|
protected |
Definition at line 173 of file sc_thread_process.h.
|
protected |
Definition at line 174 of file sc_thread_process.h.