|
SystemC 3.0.0
Accellera SystemC proof-of-concept library
|
#include "sysc/kernel/sc_runnable.h"#include "sysc/kernel/sc_method_process.h"#include "sysc/kernel/sc_thread_process.h"

Go to the source code of this file.
Namespaces | |
| namespace | sc_core |
Macros | |
| #define | DEBUG_MSG(NAME, P, MSG) |
| #define | SC_NO_METHODS m_methods_push_head |
| #define | SC_NO_THREADS m_threads_push_head |
| #define DEBUG_MSG | ( | NAME, | |
| P, | |||
| MSG | |||
| ) |
Definition at line 59 of file sc_runnable_int.h.
| #define SC_NO_METHODS m_methods_push_head |
Definition at line 79 of file sc_runnable_int.h.
| #define SC_NO_THREADS m_threads_push_head |
Definition at line 80 of file sc_runnable_int.h.