SystemC 3.0.0
Accellera SystemC proof-of-concept library
|
#include "sysc/kernel/sc_constants.h"
#include "sysc/kernel/sc_object.h"
#include "sysc/kernel/sc_kernel_ids.h"
#include "sysc/communication/sc_export.h"
Go to the source code of this file.
Classes | |
class | sc_core::sc_process_host |
class | sc_core::sc_process_monitor |
class | sc_core::sc_throw_it_helper |
class | sc_core::sc_throw_it< EXCEPT > |
class | sc_core::sc_process_b |
struct | sc_core::scoped_flag |
Namespaces | |
namespace | sc_core |
Macros | |
#define | SC_MAKE_FUNC_PTR(callback_tag, func) static_cast<sc_core::sc_entry_func>(&callback_tag::func) |
Typedefs | |
typedef class sc_cthread_process * | sc_core::sc_cthread_handle |
typedef class sc_method_process * | sc_core::sc_method_handle |
typedef class sc_thread_process * | sc_core::sc_thread_handle |
typedef void(sc_process_host::* | sc_core::sc_entry_func) () |
Functions | |
SC_API sc_process_handle | sc_core::sc_get_current_process_handle () |
void | sc_core::sc_thread_cor_fn (void *arg) |
SC_API bool | sc_core::timed_out (sc_simcontext *) |
SC_API void | sc_core::sc_set_stack_size (sc_thread_handle, std::size_t) |
Variables | |
SC_API bool | sc_core::sc_allow_process_control_corners |
#define SC_MAKE_FUNC_PTR | ( | callback_tag, | |
func | |||
) | static_cast<sc_core::sc_entry_func>(&callback_tag::func) |
Definition at line 133 of file sc_process.h.