MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / CancelThread

Method CancelThread

pcsx2-qt/Settings/MemoryCardConvertDialog.cpp:113–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void MemoryCardConvertDialog::CancelThread()
114{
115 if (!m_thread)
116 {
117 return;
118 }
119
120 m_thread->requestInterruption();
121 m_thread->join();
122 m_thread.reset();
123}
124
125void MemoryCardConvertDialog::UpdateEnabled()
126{

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected