|
SystemC
Recoding Infrastructure for SystemC v0.6.0 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
The sc_mutex_if interface class. More...
#include <sysc/communication/sc_mutex_if.h>


Public Member Functions | |
| virtual int | lock (int)=0 |
| A new parameter segment ID is added for the out-of-order simulation. More... | |
| virtual int | trylock ()=0 |
| virtual int | unlock ()=0 |
Public Member Functions inherited from sc_core::sc_interface | |
| virtual void | register_port (sc_port_base &port_, const char *if_typename_) |
| virtual const sc_event & | default_event () const |
| virtual | ~sc_interface () |
Protected Member Functions | |
| sc_mutex_if () | |
Protected Member Functions inherited from sc_core::sc_interface | |
| sc_interface () | |
The sc_mutex_if interface class.
Definition at line 40 of file sc_mutex_if.h.
|
inlineprotected |
Definition at line 66 of file sc_mutex_if.h.
|
pure virtual |
A new parameter segment ID is added for the out-of-order simulation.
Implemented in sc_core::sc_host_mutex, and sc_core::sc_mutex.
|
pure virtual |
Implemented in sc_core::sc_host_mutex, and sc_core::sc_mutex.
|
pure virtual |
Implemented in sc_core::sc_host_mutex, and sc_core::sc_mutex.
1.8.5