MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / WaitMultipleCallback

Function WaitMultipleCallback

cpp/src/platform/Wait.cpp:177–184  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Callback handler for the watchers added during WaitImpl::Multiple -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

175// Callback handler for the watchers added during WaitImpl::Multiple
176//-----------------------------------------------------------------------------
177void WaitMultipleCallback
178(
179 void* _context
180)
181{
182 Event* waitEvent = (Event*)_context;
183 waitEvent->Set();
184}
185

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected