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

Method TimerThreadEntryPoint

cpp/src/TimerThread.cpp:39–50  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Main entry point for the timer thread. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

37// Main entry point for the timer thread.
38//-----------------------------------------------------------------------------
39void TimerThread::TimerThreadEntryPoint
40(
41 Event* _exitEvent,
42 void* _context
43)
44{
45 TimerThread* timer = (TimerThread*)_context;
46 if( timer )
47 {
48 timer->TimerThreadProc( _exitEvent );
49 }
50}
51
52//-----------------------------------------------------------------------------
53// <TimerThread::TimerThread>

Callers

nothing calls this directly

Calls 1

TimerThreadProcMethod · 0.80

Tested by

no test coverage detected