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

Method IsSignalled

cpp/src/platform/Thread.cpp:118–123  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

116// Test whether the event is set
117//-----------------------------------------------------------------------------
118bool Thread::IsSignalled
119(
120)
121{
122 return m_pImpl->IsSignalled();
123}
124
125

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected