MCPcopy Create free account
hub / github.com/LabSound/LabSound / waitForLoaderThreadCompletion

Method waitForLoaderThreadCompletion

src/internal/src/HRTFPanner.cpp:188–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void HRTFDatabaseLoader::waitForLoaderThreadCompletion()
189{
190 std::unique_lock<std::mutex> locker(m_threadLock);
191 while (!m_hrtfDatabase.get())
192 {
193 m_loadingCondition.wait(locker);
194 }
195}
196
197HRTFDatabase * HRTFDatabaseLoader::defaultHRTFDatabase()
198{

Callers 2

loadHrtfDatabaseMethod · 0.80
processMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected