SystemC 3.0.0
Accellera SystemC proof-of-concept library
|
#include <sysc/kernel/sc_runnable.h>
Public Member Functions | |
sc_runnable () | |
~sc_runnable () | |
void | init () |
void | toggle_methods () |
void | toggle_threads () |
void | remove_method (sc_method_handle) |
void | remove_thread (sc_thread_handle) |
void | execute_method_next (sc_method_handle) |
void | execute_thread_next (sc_thread_handle) |
void | push_back_method (sc_method_handle) |
void | push_back_thread (sc_thread_handle) |
void | push_front_method (sc_method_handle) |
void | push_front_thread (sc_thread_handle) |
bool | is_initialized () const |
bool | is_empty () const |
sc_method_handle | pop_method () |
sc_thread_handle | pop_thread () |
void | dump () const |
Definition at line 44 of file sc_runnable.h.
|
inline |
Definition at line 444 of file sc_runnable_int.h.
|
inline |
Definition at line 454 of file sc_runnable_int.h.
|
inline |
Definition at line 88 of file sc_runnable_int.h.
|
inline |
Definition at line 114 of file sc_runnable_int.h.
|
inline |
Definition at line 128 of file sc_runnable_int.h.
|
inline |
Definition at line 142 of file sc_runnable_int.h.
|
inline |
Definition at line 173 of file sc_runnable_int.h.
|
inline |
Definition at line 187 of file sc_runnable_int.h.
|
inline |
Definition at line 282 of file sc_runnable_int.h.
|
inline |
Definition at line 307 of file sc_runnable_int.h.
|
inline |
Definition at line 200 of file sc_runnable_int.h.
|
inline |
Definition at line 217 of file sc_runnable_int.h.
|
inline |
Definition at line 235 of file sc_runnable_int.h.
|
inline |
Definition at line 260 of file sc_runnable_int.h.
|
inline |
Definition at line 334 of file sc_runnable_int.h.
|
inline |
Definition at line 391 of file sc_runnable_int.h.
|
inline |
Definition at line 467 of file sc_runnable_int.h.
|
inline |
Definition at line 484 of file sc_runnable_int.h.