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

Method IsSignalled

cpp/src/platform/winRT/EventImpl.cpp:85–90  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

83// Test whether the event is set
84//-----------------------------------------------------------------------------
85bool EventImpl::IsSignalled
86(
87)
88{
89 return( WAIT_OBJECT_0 == WaitForSingleObjectEx( m_hEvent, 0, FALSE) );
90}
91
92//-----------------------------------------------------------------------------
93// <EventImpl::Wait>

Callers 1

AddWatcherMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected