MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / stopItems

Method stopItems

src/burp/BurpTasks.cpp:571–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571void BackupRelationTask::stopItems()
572{
573 MutexLockGuard guard(m_mutex, FB_FUNCTION);
574
575 for (Item** p = m_items.begin(); p < m_items.end(); p++)
576 (*p)->m_cleanCond.notifyAll();
577
578 m_dirtyCond.notifyAll();
579}
580
581bool BackupRelationTask::fileWriter(Item& item)
582{

Callers

nothing calls this directly

Calls 3

notifyAllMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected