Searched refs:sc_host_mutex (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_host_mutex.h22 sc_host_mutex.h -- A "real" mutex for the underlying host system
87 // CLASS : sc_host_mutex
89 // The sc_host_mutex class, wrapping an OS mutex on the simulation host
92 class sc_host_mutex : public sc_mutex_if class in namespace:sc_core
99 sc_host_mutex() function in class:sc_core::sc_host_mutex
101 virtual ~sc_host_mutex()
142 //$Log: sc_host_mutex.h,v $
H A Dsc_prim_channel.cpp37 # include "sysc/communication/sc_host_mutex.h"
187 sc_host_mutex m_mutex;

Completed in 5 milliseconds