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

Method Start

cpp/src/platform/Thread.cpp:72–79  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Start a function running on this thread -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

70// Start a function running on this thread
71//-----------------------------------------------------------------------------
72bool Thread::Start
73(
74 pfnThreadProc_t _pfnThreadProc,
75 void* _context
76)
77{
78 return( m_pImpl->Start( _pfnThreadProc, m_exitEvent, _context ) );
79}
80
81//-----------------------------------------------------------------------------
82// <Thread::Stop>

Callers 1

OpenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected