MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / terminateThread

Method terminateThread

src/base/Thread.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 void Thread::terminateThread() {
93 stopThread();
94 joinThread();
95 }
96
97 void Thread::cancelThread() {
98 if (_state == State::Unknown) {

Callers 2

~StreamThreadRtcpTcpMethod · 0.45
~StreamThreadRtcpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected