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

Method ClearWriteBuffer

IntelPresentMon/CommonUtilities/pipe/Pipe.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 return writeBuf_.size();
71 }
72 void DuplexPipe::ClearWriteBuffer()
73 {
74 return writeBuf_.consume(GetWriteBufferPending());
75 }
76 bool DuplexPipe::WaitForAvailability(const std::string& baseName, uint32_t timeoutMs, bool noSuffix, uint32_t pollPeriodMs)
77 {
78 const auto name = baseName + (noSuffix ? "" : "-in");

Callers 2

ExecuteMethod · 0.80
SyncHandleRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected