Skip to content

LWHists+CxxUtils: Enable thread-safety checking and fix warnings.

Scott Snyder requested to merge ssnyder/athena:thread.LWHists-20221222 into master

This should make the memory allocators used by LWHists thread-safe. So it should be ok to concurrently manipulate distinct LWHist objects. However, it is not safe to concurrenty modify the same LWHist object.

Merge request reports

Loading