MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / forceStop

Method forceStop

framework/utils/afThread.cpp:184–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void afThread::forceStop()
185{
186 if (mThreadPtr) {
187 mThreadPtr->detach();
188 delete mThreadPtr;
189 mThreadPtr = nullptr;
190 }
191}
192
193void afThread::detach()
194{

Callers 1

~AsyncJobMethod · 0.80

Calls 1

detachMethod · 0.80

Tested by

no test coverage detected