Skip to content
Snippets Groups Projects

AthAllocators: Try to resolve lock hierarchy violation.

Merged Scott Snyder requested to merge ssnyder/athena:deadlock.AthAllocators-20190208 into master
  1. Feb 08, 2019
    • scott snyder's avatar
      AthAllocators: Try to resolve lock hierarchy violation. · 8428ff9c
      scott snyder authored
      Re: ATLASSIM-4003.
      Not sure this isn't a false positive, but ensure that we release
      the AreaBase lock before waiting on an allocator lock, even in the
      makeAllocator path.  (May be a false positive since no one else can be
      contending for the lock in that case, as the allocator has just been created.)
      8428ff9c
Loading