Skip to content
Snippets Groups Projects

Fix for ATR-30913: added a callback to outputThread for each noMoreEvent.

Merged Simone Sottocornola requested to merge ssottoco/athena:LoopManager_stuck into 24.0
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -1372,6 +1372,7 @@ StatusCode HltEventLoopMgr::startNextEvent()
++m_freeSlots;
if (!m_loopStatus.loopEnded && m_inputThread!=nullptr) {
m_inputThread->cond().notify_all();
m_outputThread->cond().notify_all();
}
return StatusCode::SUCCESS;
}
Loading