sc_core::sc_chnl_lock Struct Reference

A data structure to keep the state of a channel lock. More...

#include <sysc/kernel/sc_process.h>

List of all members.

Public Member Functions

 sc_chnl_lock (CHNL_MTX_TYPE_ *m)
 The constructor initializes the lock pointer and counter.

Public Attributes

CHNL_MTX_TYPE_ * lock_p
 A pointer to the specific channel lock.
unsigned int counter
 The lock counter.

Detailed Description

A data structure to keep the state of a channel lock.

Definition at line 351 of file sc_process.h.


Constructor & Destructor Documentation

sc_core::sc_chnl_lock::sc_chnl_lock ( CHNL_MTX_TYPE_ *  m  )  [inline]

The constructor initializes the lock pointer and counter.

Definition at line 365 of file sc_process.h.


Member Data Documentation

The lock counter.

Definition at line 360 of file sc_process.h.

A pointer to the specific channel lock.

Definition at line 355 of file sc_process.h.


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

Generated on 31 Jul 2017 for SystemC by  doxygen 1.6.1