Skip to content

Fixed race condition in HLTControlFlowMgr

Sebastien Ponce requested to merge sponce_fixHLTControlFlowMgr into master

In case very few events were processed, there was a possibility to exit the application without actually executing any. This was happening if the events were pushed to the task_arena of TBB but no thread was started yet before we exited.

Merge request reports