Skip to content
Snippets Groups Projects
  1. Mar 27, 2021
    • scott snyder's avatar
      CxxUtils: Make exctrace properly MT-safe. · 658bf04d
      scott snyder authored
      Update the exctrace collector to work properly in a MT environment.
      Change the static variables holding the trace to be thread_local.
      Further, retrieve the saved trace via calling a function, rather
      than accessing the variables directly.
      658bf04d
  2. Mar 26, 2021
Loading