Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.cern.ch/atlas/athena.git. Pull mirroring updated .
  1. Feb 05, 2025
  2. Feb 04, 2025
  3. Jan 22, 2025
  4. Jan 21, 2025
  5. Jan 16, 2025
  6. Jan 15, 2025
  7. Jan 14, 2025
  8. Dec 10, 2024
  9. Nov 14, 2024
  10. Nov 13, 2024
  11. Nov 12, 2024
    • Frank Winklmeier's avatar
      HltEventLoopMgr: fix race condition during stop · 5550169e
      Frank Winklmeier authored
      Deleting the `HLT::LoopThread` objects is not thread-safe and can lead
      to race conditions between the main thread deleting them and the
      callbacks still using them. Also `std::unique_ptr::reset` is not atomic.
      Instead of deleting,  just wait for the threads to finish. For
      stop/start transitions, the objects will be replaced during the next call
      to `nextEvent`.
      
      Relates to ATR-30102.
      5550169e
  12. Oct 31, 2024
  13. Oct 30, 2024
    • Frank Winklmeier's avatar
      TrigByteStreamCnvSvc: implement IByteStreamCnvSvc · c76f341b
      Frank Winklmeier authored
      Although we do not support bytestream creation in TrigByteStreamCnvSvc,
      we have to at least provide a dummy interface implementation because
      converters retrieve the ByteStreamCnvSvc during initialize even though
      it's only needed within `createRep`.
      c76f341b
  14. Oct 25, 2024
  15. Oct 23, 2024
  16. Oct 14, 2024
  17. Sep 26, 2024
  18. Sep 25, 2024
  19. Jul 26, 2024
  20. Jul 24, 2024
  21. Jul 03, 2024
  22. Jun 27, 2024
  23. Jun 26, 2024
  24. Jun 10, 2024
  25. Jun 07, 2024
  26. May 29, 2024
  27. May 28, 2024
  28. May 24, 2024
  29. May 13, 2024
  30. May 06, 2024
  31. Apr 30, 2024
  32. Apr 29, 2024
  33. Apr 22, 2024
  34. Apr 20, 2024
  35. Apr 17, 2024
  36. Mar 28, 2024
Loading