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

Method DriverThreadEntryPoint

cpp/src/Driver.cpp:411–422  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Entry point of the thread for creating and managing the worker threads -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

409// Entry point of the thread for creating and managing the worker threads
410//-----------------------------------------------------------------------------
411void Driver::DriverThreadEntryPoint
412(
413 Event* _exitEvent,
414 void* _context
415)
416{
417 Driver* driver = (Driver*)_context;
418 if( driver )
419 {
420 driver->DriverThreadProc( _exitEvent );
421 }
422}
423
424//-----------------------------------------------------------------------------
425// <Driver::DriverThreadProc>

Callers

nothing calls this directly

Calls 1

DriverThreadProcMethod · 0.80

Tested by

no test coverage detected