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

/gem5/src/sim/
H A Dglobal_event.cc34 std::mutex BaseGlobalEvent::globalQMutex; member in class:BaseGlobalEvent
65 // the lock globalQMutex. This ensures that only one thread can schedule
75 globalQMutex.lock();
81 globalQMutex.unlock();
100 globalQMutex.lock();
109 globalQMutex.unlock();
H A Dglobal_event.hh70 static std::mutex globalQMutex; member in class:BaseGlobalEvent

Completed in 5 milliseconds