MCPcopy Create free account
hub / github.com/clangen/musikcube / StopWindowThread

Method StopWindowThread

src/plugins/cddadecoder/CddaDataModel.cpp:185–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void CddaDataModel::StopWindowThread() {
186 Lock lock(this->windowMutex);
187
188 if (this->windowThread) {
189 PostMessage(this->messageWindow, WM_QUIT, 0, 0);
190 this->windowThread->join();
191 this->windowThread.reset();
192 }
193}
194
195std::vector<AudioDiscPtr> CddaDataModel::GetAudioDiscs() {
196 std::vector<AudioDiscPtr> result;

Callers 2

~CddaDataModelMethod · 0.95
ShutdownMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected