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. | |
virtual int | trylock ()=0 |
virtual int | unlock ()=0 |
Protected Member Functions | |
sc_mutex_if () |
The sc_mutex_if interface class.
Definition at line 40 of file sc_mutex_if.h.
sc_core::sc_mutex_if::sc_mutex_if | ( | ) | [inline, protected] |
Definition at line 66 of file sc_mutex_if.h.
virtual int sc_core::sc_mutex_if::lock | ( | int | ) | [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.
virtual int sc_core::sc_mutex_if::trylock | ( | ) | [pure virtual] |
Implemented in sc_core::sc_host_mutex, and sc_core::sc_mutex.
virtual int sc_core::sc_mutex_if::unlock | ( | ) | [pure virtual] |
Implemented in sc_core::sc_host_mutex, and sc_core::sc_mutex.