SystemC 3.0.0
Accellera SystemC proof-of-concept library
Public Types | Public Member Functions | List of all members
sc_core::sc_scoped_lock Class Reference

#include <sysc/communication/sc_mutex_if.h>

Public Types

typedef sc_mutex_if lockable_type
 

Public Member Functions

 sc_scoped_lock (lockable_type &mtx)
 
bool release ()
 
 ~sc_scoped_lock ()
 

Detailed Description

Definition at line 79 of file sc_mutex_if.h.

Member Typedef Documentation

◆ lockable_type

Definition at line 83 of file sc_mutex_if.h.

Constructor & Destructor Documentation

◆ sc_scoped_lock()

sc_core::sc_scoped_lock::sc_scoped_lock ( lockable_type mtx)
inlineexplicit

Definition at line 86 of file sc_mutex_if.h.

◆ ~sc_scoped_lock()

sc_core::sc_scoped_lock::~sc_scoped_lock ( )
inline

Definition at line 104 of file sc_mutex_if.h.

Member Function Documentation

◆ release()

bool sc_core::sc_scoped_lock::release ( )
inline

Definition at line 93 of file sc_mutex_if.h.


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