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

Method Open

pcsx2/MTVU.cpp:92–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void VU_Thread::Open()
93{
94 if (IsOpen())
95 return;
96
97 Reset();
98 semaEvent.Reset();
99 m_shutdown_flag.store(false, std::memory_order_release);
100 m_thread.SetStackSize(VMManager::EMU_THREAD_STACK_SIZE);
101 m_thread.Start([this]() { ExecuteRingBuffer(); });
102}
103
104void VU_Thread::Close()
105{

Callers 5

populateTrackListMethod · 0.45
onVerifyClickedMethod · 0.45
ConvertToFileMethod · 0.45
ConvertToFolderMethod · 0.45

Calls 4

ResetFunction · 0.85
ResetMethod · 0.45
SetStackSizeMethod · 0.45
StartMethod · 0.45

Tested by

no test coverage detected