SystemC
Recoding Infrastructure for SystemC v0.6.3 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include <sysc/kernel/sc_process.h>
Public Types | |
enum | { spm_exit = 0 } |
Public Member Functions | |
virtual | ~sc_process_monitor () |
virtual void | signal (sc_thread_handle thread_p, int type) |
virtual void | signal (sc_method_handle thread_p, int type) |
This class provides a way of monitoring a process' status (e.g., waiting for a thread to complete its execution). This class is intended to be a base class for classes which need to monitor a process or processes (e.g., sc_join). Its methods should be overloaded where notifications are desired.
Definition at line 168 of file sc_process.h.
anonymous enum |
Enumerator | |
---|---|
spm_exit |
Definition at line 170 of file sc_process.h.
|
inlinevirtual |
Definition at line 173 of file sc_process.h.
|
inlinevirtual |
Reimplemented in sc_core::sc_join.
Definition at line 179 of file sc_process.h.
|
inlinevirtual |
Definition at line 180 of file sc_process.h.