Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
184
void afThread::forceStop()
185
{
186
if (mThreadPtr) {
187
mThreadPtr->detach();
188
delete mThreadPtr;
189
mThreadPtr = nullptr;
190
}
191
}
192
193
void afThread::detach()
194
{
Callers
1
~AsyncJob
Method · 0.80
Calls
1
detach
Method · 0.80
Tested by
no test coverage detected