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

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_host_mutex.h48 #define SC_MTX_TRYLOCK_( Mutex ) \ macro
72 # define SC_MTX_TRYLOCK_( Mutex ) \ macro
75 # define SC_MTX_TRYLOCK_( Mutex ) \ macro
113 { return SC_MTX_TRYLOCK_(m_mtx) ? 0 : -1; }
130 #undef SC_MTX_TRYLOCK_ macro

Completed in 4 milliseconds