MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / block

Method block

gui/qt/emuthread.h:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 void block(int status) {
110 std::unique_lock<std::mutex> lock(m_mutex);
111 emit blocked(status);
112 m_cv.wait(lock);
113 }
114
115 static constexpr size_t PerfArraySize = 20;
116

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected