58 explicit sc_mutex(
const char* name_ );
68 virtual int trylock();
73 virtual const char*
kind()
const 74 {
return "sc_mutex"; }
81 {
return ( m_owner != 0 ); }
The sc_mutex_if interface class.
Abstract base class of all SystemC `simulation' objects.
The sc_mutex_if interface class.
Wait() and related functions.
The sc_mutex primitive channel class.
Abstract base class of all SystemC `simulation' objects.
Original Author: Martin Janssen, Synopsys, Inc., 2001-05-21.
virtual const char * kind() const