Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
void
56
wake()
57
{
58
std::unique_lock<std::mutex> lock { sMutex };
59
sPendingWake = true;
60
sConditionVariable.notify_all();
61
}
62
63
} // namespace gpu::ringbuffer
Callers
3
stop
Method · 0.85
stop
Method · 0.85
fenceWaiterThread
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected