MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / stopUpdateThread

Method stopUpdateThread

src/engine/AudioEngine.cpp:807–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805}
806
807void Xaudio2Implementation::stopUpdateThread()
808{
809 m_updateRunning = false;
810 if (m_updateThread.joinable())
811 m_updateThread.join();
812}
813
814std::unique_ptr<Engine::Implementation> Xaudio2Implementation::create(Options const & opts)
815{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected