|
quic/qbox
|


Public Member Functions | |
| runonsysc (const sc_core::sc_module_name &n="run-on-sysc") | |
| bool | is_on_sysc () const |
| void | end_of_simulation () |
| void | fork_on_systemc (std::function< void()> job_entry) |
| bool | run_on_sysc (std::function< void()> job_entry, bool wait=true) |
| Run a job on the SystemC kernel thread. | |
Run a job on the SystemC kernel thread.
| [in] | job_entry | The job to run |
| [in] | wait | If true, wait for job completion |
wait was false, false if it has been cancelled (see RunOnSysC::cancel_all).