MCPcopy Create free account
hub / github.com/andybarry/makerscanner / OnExit

Method OnExit

CaptureThread.cpp:32–35  ·  view source on GitHub ↗

called on thread quit -- free all memory

Source from the content-addressed store, hash-verified

30
31// called on thread quit -- free all memory
32void CaptureThread::OnExit()
33{
34
35}
36
37// Called when thread is started
38void* CaptureThread::Entry()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected