MCPcopy Create free account
hub / github.com/RenderKit/oidn / wait

Method wait

devices/cpu/cpu_engine.cpp:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 void CPUEngine::wait()
158 {
159 {
160 std::unique_lock<std::mutex> lock(queueMutex);
161 queueCond.wait(lock, [&] { return queue.empty(); });
162 }
163 }
164
165 void* CPUEngine::usmAlloc(size_t byteSize, Storage storage)
166 {

Callers 3

processQueueMethod · 0.45
submitMethod · 0.45
releaseObjectFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected