#include "sysc/utils/sc_iostream.h"#include "sysc/kernel/sc_constants.h"Include dependency graph for sc_process.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | sc_core |
Defines | |
| #define | SC_USE_MEMBER_FUNC_PTR |
| #define | SC_DEFUNCT_PROCESS_FUNCTION &::sc_core::sc_process_host::defunct |
| #define | SC_DECL_HELPER_STRUCT(callback_tag, func) |
| #define | SC_MAKE_FUNC_PTR(callback_tag, func) (void (::sc_core::sc_process_host::*)())(&callback_tag::func) |
Typedefs | |
| typedef sc_cthread_process * | sc_core::sc_cthread_handle |
| typedef sc_method_process * | sc_core::sc_method_handle |
| typedef sc_thread_process * | sc_core::sc_thread_handle |
| typedef void(sc_process_host::*) | sc_core::SC_ENTRY_FUNC () |
Functions | |
| void | sc_core::sc_set_stack_size (sc_thread_handle, size_t) |
| #define SC_DECL_HELPER_STRUCT | ( | callback_tag, | |||
| func | ) |
| #define SC_DEFUNCT_PROCESS_FUNCTION &::sc_core::sc_process_host::defunct |
| #define SC_MAKE_FUNC_PTR | ( | callback_tag, | |||
| func | ) | (void (::sc_core::sc_process_host::*)())(&callback_tag::func) |
| #define SC_USE_MEMBER_FUNC_PTR |
1.5.1