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

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_host_mutex.h100 { SC_MTX_INIT_(m_mtx); }
102 { SC_MTX_DESTROY_(m_mtx); }
109 { SC_MTX_LOCK_(m_mtx); return 0; }
113 { return SC_MTX_TRYLOCK_(m_mtx) ? 0 : -1; }
118 { SC_MTX_UNLOCK_(m_mtx); return 0; }
121 underlying_type m_mtx; member in class:sc_core::sc_host_mutex

Completed in 4 milliseconds