Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ Push
Method
Push
IntelPresentMon/CommonUtilities/win/com/ProcessSpawnSink.cpp:148–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
void ProcessSpawnSink::EventQueue::Push(Process proc)
149
{
150
std::lock_guard lk{ mtx_ };
151
processSpawnEvents_.push_back(std::move(proc));
152
}
153
154
void ProcessSpawnSink::EventQueue::Notify() const
155
{
Callers
1
Indicate
Method · 0.45
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected