SystemC
Recoding Infrastructure for SystemC v0.6.3 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
A data structure to keep the state of a channel lock. More...
#include <sysc/kernel/sc_process.h>
Public Member Functions | |
sc_chnl_lock (CHNL_MTX_TYPE_ *m) | |
The constructor initializes the lock pointer and counter. More... | |
Public Attributes | |
CHNL_MTX_TYPE_ * | lock_p |
A pointer to the specific channel lock. More... | |
unsigned int | counter |
The lock counter. More... | |
A data structure to keep the state of a channel lock.
Definition at line 358 of file sc_process.h.
|
inline |
The constructor initializes the lock pointer and counter.
Definition at line 372 of file sc_process.h.
unsigned int sc_core::sc_chnl_lock::counter |
The lock counter.
Definition at line 367 of file sc_process.h.
CHNL_MTX_TYPE_* sc_core::sc_chnl_lock::lock_p |
A pointer to the specific channel lock.
Definition at line 362 of file sc_process.h.