sc_core::sc_host_mutex Class Reference

The sc_host_mutex class, wrapping an OS mutex on the simulation host. More...

#include <sysc/communication/sc_host_mutex.h>

Inheritance diagram for sc_core::sc_host_mutex:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_host_mutex:
Collaboration graph
[legend]

List of all members.

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 ()

Detailed Description

The sc_host_mutex class, wrapping an OS mutex on the simulation host.

Definition at line 91 of file sc_host_mutex.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on 29 Oct 2015 for SystemC by  doxygen 1.6.1