MCPcopy Create free account
hub / github.com/biometrics/openbr / ~ProcessData

Method ~ProcessData

openbr/plugins/core/processwrapper.cpp:537–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535 }
536
537 ~ProcessData()
538 {
539 if (initialized) {
540 comm.sendSignal(CommunicationManager::SHOULD_END);
541 proc.endProcess();
542 comm.shutdown();
543 comm.shutDownThread();
544 }
545 }
546};
547
548

Callers

nothing calls this directly

Calls 4

sendSignalMethod · 0.80
endProcessMethod · 0.80
shutdownMethod · 0.80
shutDownThreadMethod · 0.80

Tested by

no test coverage detected