| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
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.  More... | |
| virtual int | trylock () | 
| virtual int | unlock () | 
  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 () | 
Additional Inherited Members | |
  Protected Member Functions inherited from sc_core::sc_mutex_if | |
| sc_mutex_if () | |
  Protected Member Functions inherited from sc_core::sc_interface | |
| sc_interface () | |
The sc_host_mutex class, wrapping an OS mutex on the simulation host.
Definition at line 91 of file sc_host_mutex.h.
      
  | 
  inline | 
Definition at line 98 of file sc_host_mutex.h.
      
  | 
  inlinevirtual | 
Definition at line 100 of file sc_host_mutex.h.
      
  | 
  inlinevirtual | 
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.
      
  | 
  inlinevirtual | 
Implements sc_core::sc_mutex_if.
Definition at line 120 of file sc_host_mutex.h.
      
  | 
  inlinevirtual | 
Implements sc_core::sc_mutex_if.
Definition at line 125 of file sc_host_mutex.h.
 1.8.5