1. 24 Oct, 2019 1 commit
    • Alexander Alekhin's avatar
      core(tls): implement releasing of TLS on thread termination · 17e2bf57
      Alexander Alekhin authored
      - move TLS & instrumentation code out of core/utility.hpp
      - (*) TLSData lost .gather() method (to dispose thread data on thread termination)
      - use TLSDataAccumulator for reliable collecting of thread data
      - prefer using of .detachData() + .cleanupDetachedData() instead of .gather() method
      
      (*) API is broken: replace TLSData => TLSDataAccumulator if gather required
      (objects disposal on threads termination is not available in accumulator mode)
      17e2bf57
  2. 09 Oct, 2019 6 commits
  3. 08 Oct, 2019 4 commits
  4. 07 Oct, 2019 7 commits
  5. 05 Oct, 2019 6 commits
  6. 04 Oct, 2019 9 commits
  7. 03 Oct, 2019 1 commit
  8. 02 Oct, 2019 4 commits
  9. 01 Oct, 2019 2 commits