Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/CicadaPlayer
/ interrupt
Method
interrupt
framework/cacheModule/cache/CacheFileRemuxer.cpp:224–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
void CacheFileRemuxer::interrupt()
225
{
226
std::unique_lock<mutex> lock(mThreadMutex);
227
mInterrupt = true;
228
}
229
230
void CacheFileRemuxer::initMuxer()
231
{
Callers
2
start
Method · 0.45
stop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected