MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetWaitObjects

Method GetWaitObjects

src/cryptopp/winpipes.cpp:130–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void WindowsPipeReceiver::GetWaitObjects(WaitObjectContainer &container, CallStack const& callStack)
131{
132 if (m_resultPending)
133 container.AddHandle(m_event, CallStack("WindowsPipeReceiver::GetWaitObjects() - result pending", &callStack));
134 else if (!m_eofReceived)
135 container.SetNoWait(CallStack("WindowsPipeReceiver::GetWaitObjects() - result ready", &callStack));
136}
137
138unsigned int WindowsPipeReceiver::GetReceiveResult()
139{

Callers

nothing calls this directly

Calls 3

AddHandleMethod · 0.80
SetNoWaitMethod · 0.80
CallStackClass · 0.70

Tested by

no test coverage detected