The sc_host_mutex class, wrapping an OS mutex on the simulation host. More...
#include <sysc/communication/sc_host_mutex.h>
Public Member Functions | |
sc_host_mutex () | |
virtual | ~sc_host_mutex () |
virtual int | lock (int) |
A new parameter segment ID is added for the out-of-order simulation. | |
virtual int | trylock () |
virtual int | unlock () |
The sc_host_mutex class, wrapping an OS mutex on the simulation host.
Definition at line 91 of file sc_host_mutex.h.
sc_core::sc_host_mutex::sc_host_mutex | ( | ) | [inline] |
Definition at line 98 of file sc_host_mutex.h.
virtual sc_core::sc_host_mutex::~sc_host_mutex | ( | ) | [inline, virtual] |
Definition at line 100 of file sc_host_mutex.h.
virtual int sc_core::sc_host_mutex::lock | ( | int | ) | [inline, virtual] |
A new parameter segment ID is added for the out-of-order simulation.
This function is not supported by the out-of-order simulation in the current release.
Implements sc_core::sc_mutex_if.
Definition at line 116 of file sc_host_mutex.h.
virtual int sc_core::sc_host_mutex::trylock | ( | ) | [inline, virtual] |
Implements sc_core::sc_mutex_if.
Definition at line 120 of file sc_host_mutex.h.
virtual int sc_core::sc_host_mutex::unlock | ( | ) | [inline, virtual] |
Implements sc_core::sc_mutex_if.
Definition at line 125 of file sc_host_mutex.h.