SystemC  Recoding Infrastructure for SystemC v0.6.0 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | Public Attributes | List of all members
sc_core::sc_kernel_lock Struct Reference

A scoped mutex for the kernel lock. More...

#include <sysc/kernel/sc_simcontext.h>

Collaboration diagram for sc_core::sc_kernel_lock:
Collaboration graph
[legend]

Public Member Functions

 sc_kernel_lock ()
 
 ~sc_kernel_lock ()
 

Public Attributes

sc_simcontextsimc_p
 
sc_corm_cor_p
 

Detailed Description

A scoped mutex for the kernel lock.

Definition at line 139 of file sc_simcontext.h.

Constructor & Destructor Documentation

sc_core::sc_kernel_lock::sc_kernel_lock ( )
explicit
sc_core::sc_kernel_lock::~sc_kernel_lock ( )

Member Data Documentation

sc_cor* sc_core::sc_kernel_lock::m_cor_p

Definition at line 141 of file sc_simcontext.h.

sc_simcontext* sc_core::sc_kernel_lock::simc_p

Definition at line 140 of file sc_simcontext.h.


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