Skip to content
Snippets Groups Projects
  1. Mar 12, 2025
  2. Mar 04, 2025
  3. Feb 26, 2025
  4. Feb 25, 2025
  5. Feb 05, 2025
  6. Feb 04, 2025
  7. Jan 22, 2025
  8. Jan 21, 2025
  9. Jan 16, 2025
  10. Jan 15, 2025
  11. Jan 14, 2025
  12. Dec 10, 2024
  13. Nov 14, 2024
  14. Nov 13, 2024
  15. 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
  16. Oct 31, 2024
  17. 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
  18. Oct 25, 2024
  19. Oct 23, 2024
  20. Oct 14, 2024
  21. Sep 26, 2024
  22. Sep 25, 2024
  23. Jul 26, 2024
  24. Jul 24, 2024
  25. Jul 03, 2024
  26. Jun 27, 2024
  27. Jun 26, 2024
  28. Jun 10, 2024
  29. Jun 07, 2024
  30. May 29, 2024
  31. May 28, 2024
  32. May 24, 2024
  33. May 13, 2024
  34. May 06, 2024
  35. Apr 30, 2024
  36. Apr 29, 2024
  37. Apr 22, 2024
Loading