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

Method DNSThreadEntryPoint

cpp/src/DNSThread.cpp:52–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void DNSThread::DNSThreadEntryPoint
53(
54 Event* _exitEvent,
55 void* _context
56)
57{
58 DNSThread* dns = (DNSThread*)_context;
59 if( dns )
60 {
61 dns->DNSThreadProc( _exitEvent );
62 }
63}
64
65void DNSThread::DNSThreadProc
66(

Callers

nothing calls this directly

Calls 1

DNSThreadProcMethod · 0.80

Tested by

no test coverage detected