SystemC
2.3.2
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 48 of file sc_runnable.h.
|
inline |
Definition at line 441 of file sc_runnable_int.h.
|
inline |
Definition at line 451 of file sc_runnable_int.h.
|
inline |
Definition at line 85 of file sc_runnable_int.h.
|
inline |
Definition at line 111 of file sc_runnable_int.h.
|
inline |
Definition at line 125 of file sc_runnable_int.h.
|
inline |
Definition at line 139 of file sc_runnable_int.h.
|
inline |
Definition at line 170 of file sc_runnable_int.h.
|
inline |
Definition at line 184 of file sc_runnable_int.h.
|
inline |
Definition at line 279 of file sc_runnable_int.h.
|
inline |
Definition at line 304 of file sc_runnable_int.h.
|
inline |
Definition at line 197 of file sc_runnable_int.h.
|
inline |
Definition at line 214 of file sc_runnable_int.h.
|
inline |
Definition at line 232 of file sc_runnable_int.h.
|
inline |
Definition at line 257 of file sc_runnable_int.h.
|
inline |
Definition at line 331 of file sc_runnable_int.h.
|
inline |
Definition at line 388 of file sc_runnable_int.h.
|
inline |
Definition at line 464 of file sc_runnable_int.h.
|
inline |
Definition at line 481 of file sc_runnable_int.h.