#include <sysc/kernel/sc_cor_qt.h>


Public Member Functions | |
| sc_cor_pkg_qt (sc_simcontext *simc) | |
| virtual | ~sc_cor_pkg_qt () |
| virtual sc_cor * | create (std::size_t stack_size, sc_cor_fn *fn, void *arg) |
| virtual void | yield (sc_cor *next_cor) |
| virtual void | abort (sc_cor *next_cor) |
| virtual sc_cor * | get_main () |
| sc_simcontext * | simcontext () |
Definition at line 103 of file sc_cor_qt.h.
| sc_core::sc_cor_pkg_qt::sc_cor_pkg_qt | ( | sc_simcontext * | simc | ) |
Definition at line 141 of file sc_cor_qt.cpp.
| sc_core::sc_cor_pkg_qt::~sc_cor_pkg_qt | ( | ) | [virtual] |
Definition at line 154 of file sc_cor_qt.cpp.
| void sc_core::sc_cor_pkg_qt::yield | ( | sc_cor * | next_cor | ) | [virtual] |
| void sc_core::sc_cor_pkg_qt::abort | ( | sc_cor * | next_cor | ) | [virtual] |
| sc_cor * sc_core::sc_cor_pkg_qt::get_main | ( | ) | [virtual] |
| sc_simcontext* sc_core::sc_cor_pkg::simcontext | ( | ) | [inline, inherited] |
1.5.5