MCPcopy 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
224void CacheFileRemuxer::interrupt()
225{
226 std::unique_lock<mutex> lock(mThreadMutex);
227 mInterrupt = true;
228}
229
230void CacheFileRemuxer::initMuxer()
231{

Callers 2

startMethod · 0.45
stopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected