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

Method detach

framework/utils/afThread.cpp:193–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void afThread::detach()
194{
195 std::unique_lock<std::mutex> uMutex(mMutex);
196 if (mThreadPtr && mThreadPtr->joinable()) {
197 mThreadPtr->detach();
198 }
199}
200
201afThread::~afThread()
202{

Callers 3

stopMethod · 0.80
forceStopMethod · 0.80
delayRefreshScreenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected