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

Method IsSignalled

cpp/src/platform/unix/EventImpl.cpp:149–154  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Test whether the event is set -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

147// Test whether the event is set
148//-----------------------------------------------------------------------------
149bool EventImpl::IsSignalled
150(
151)
152{
153 return m_isSignaled;
154}
155
156//-----------------------------------------------------------------------------
157// <EventImpl::Wait>

Callers 3

AddWatcherMethod · 0.45
ReadThreadProcMethod · 0.45
ReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected