54     virtual int lock( 
int ) = 0;
 
virtual int lock(int)=0
A new parameter segment ID is added for the out-of-order simulation. 
 
sc_scoped_lock(lockable_type &mtx)
This constructor function is not supported by the out-of-order simulation in the current release...
 
The sc_scoped_lock class to lock (and automatically release) a mutex. 
 
The sc_mutex_if interface class. 
 
sc_mutex_if lockable_type
 
Abstract base class of all interface classes.