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

Method ThreadProc

cpp/src/platform/windows/ThreadImpl.cpp:133–141  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Entry point for running a function on this thread -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

131// Entry point for running a function on this thread
132//-----------------------------------------------------------------------------
133DWORD WINAPI ThreadImpl::ThreadProc
134(
135 void* _pArg
136)
137{
138 ThreadImpl* pImpl = (ThreadImpl*)_pArg;
139 pImpl->Run();
140 return 0;
141}
142
143//-----------------------------------------------------------------------------
144// <ThreadImpl::Run>

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected