MCPcopy Create free account
hub / github.com/decaf-emu/decaf-emu / wake

Function wake

src/libgpu/src/gpu_ringbuffer.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void
56wake()
57{
58 std::unique_lock<std::mutex> lock { sMutex };
59 sPendingWake = true;
60 sConditionVariable.notify_all();
61}
62
63} // namespace gpu::ringbuffer

Callers 3

stopMethod · 0.85
stopMethod · 0.85
fenceWaiterThreadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected