Skip to content
Snippets Groups Projects
Commit f37a09b6 authored by Rafal Bielski's avatar Rafal Bielski :wave:
Browse files

HltEventLoopMgr: fix the timeout thread and stop() transition

 - `m_timeoutThread->join()` should not be called under a locked timeout mutex,
otherwise it blocks forever
 - in principle `m_timeoutCond.notify_all()` should be also outside of the locked block
 - `AthService::stop()` should be the last call in `stop()`
parent 927e519f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment