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

Method ClearOverlay

IntelPresentMon/Core/source/kernel/Kernel.cpp:85–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 void Kernel::ClearOverlay()
86 {
87 HandleMarshalledException_();
88 {
89 std::lock_guard lk{ mtx };
90 if (pOverlayContainer) {
91 clearRequested = true;
92 pPushedSpec.reset();
93 }
94 }
95 cv.notify_one();
96 }
97
98 const pmapi::intro::Root& Kernel::GetIntrospectionRoot() const
99 {

Callers 1

Execute_Method · 0.80

Calls

no outgoing calls

Tested by 1

Execute_Method · 0.64