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

Method StartEncoderThread

pcsx2/GS/GSCapture.cpp:973–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971}
972
973void GSCapture::StartEncoderThread()
974{
975 Console.WriteLn("GSCapture: Starting encoder thread.");
976 pxAssert(s_capturing.load(std::memory_order_acquire) && !s_encoder_thread.Joinable());
977 s_encoder_thread.Start(EncoderThreadEntryPoint);
978}
979
980void GSCapture::StopEncoderThread(std::unique_lock<std::mutex>& lock)
981{

Callers

nothing calls this directly

Calls 4

JoinableMethod · 0.80
WriteLnMethod · 0.45
loadMethod · 0.45
StartMethod · 0.45

Tested by

no test coverage detected