called on thread quit -- free all memory
| 30 | |
| 31 | // called on thread quit -- free all memory |
| 32 | void CaptureThread::OnExit() |
| 33 | { |
| 34 | |
| 35 | } |
| 36 | |
| 37 | // Called when thread is started |
| 38 | void* CaptureThread::Entry() |
nothing calls this directly
no outgoing calls
no test coverage detected