Jason Evans f04a0bef99 Fix prof regressions.
Fix prof regressions related to tdata (main per thread profiling data
structure) destruction:
- Deadlock.  The fix for this was intended to be part of
  20c31deaae38ed9aa4fe169ed65e0c45cd542955 (Test prof.reset mallctl and
  fix numerous discovered bugs.) but the fix was left incomplete.
- Destruction race.  Detaching tdata just prior to destruction without
  holding the tdatas lock made it possible for another thread to destroy
  the tdata out from under the thread that was on its way to doing so.
2014-10-04 15:03:49 -07:00
..
2014-10-04 11:22:55 -07:00
2014-10-04 14:59:17 -07:00
2013-12-08 22:28:27 -08:00
2014-10-04 15:03:49 -07:00
2014-10-04 11:22:55 -07:00
2014-10-04 11:22:55 -07:00
2014-04-15 16:49:57 -07:00
2014-09-04 22:27:26 -07:00