MCPcopy Create free account
hub / github.com/amule-project/amule / EndThread

Method EndThread

src/PartFileHashThread.cpp:60–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60void CPartFileHashThread::EndThread()
61{
62 {
63 wxMutexLocker lock(m_mutex);
64 m_bRun = false;
65 m_bWorkPending = true;
66 m_condition.Signal();
67 }
68 Wait();
69}
70
71
72void CPartFileHashThread::QueueHashCheck(CPartFile* pFile, uint16 partNumber,

Callers 2

OnExitMethod · 0.45
ShutDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected