MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / Set

Method Set

IntelPresentMon/CommonUtilities/win/Event.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void Event::Set()
54 {
55 if (!SetEvent(*this)) {
56 throw Except<HrError>("Failed to set event");
57 }
58 }
59
60 void Event::Pulse()
61 {

Callers 13

~ChannelFlusherMethod · 0.45
EventHandler_Method · 0.45
~DiagnosticDriverMethod · 0.45
UnblockWaitingThreadMethod · 0.45
Enqueue_Method · 0.45
OnTargetLostMethod · 0.45
OnOverlayDiedMethod · 0.45
OnStalePidSelectedMethod · 0.45
WinMainFunction · 0.45
UpdateTrackingMethod · 0.45
SetDeviceMetricUsageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected