The sc_mutex_if interface class.
More...
#include <sysc/communication/sc_mutex_if.h>
The sc_mutex_if interface class.
Definition at line 46 of file sc_mutex_if.h.
◆ sc_mutex_if()
sc_core::sc_mutex_if::sc_mutex_if |
( |
| ) |
|
|
inlineprotected |
◆ default_event()
virtual const sc_event& sc_core::sc_interface::default_event |
( |
| ) |
const |
|
virtualinherited |
◆ lock()
virtual int sc_core::sc_mutex_if::lock |
( |
| ) |
|
|
pure virtual |
◆ register_port()
virtual void sc_core::sc_interface::register_port |
( |
sc_port_base & |
port_, |
|
|
const char * |
if_typename_ |
|
) |
| |
|
virtualinherited |
◆ trylock()
virtual int sc_core::sc_mutex_if::trylock |
( |
| ) |
|
|
pure virtual |
◆ unlock()
virtual int sc_core::sc_mutex_if::unlock |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: