server-skynet-source-3rd-je.../include
David Goldblatt 356aaa7dc6 Introduce lockedint module.
This pulls out the various abstractions where some stats counter is sometimes an
atomic, sometimes a plain variable, sometimes always protected by a lock,
sometimes protected by reads but not writes, etc.  With this change, these cases
are treated consistently, and access patterns tagged.

In the process, we fix a few missed-update bugs (where one caller assumes
"protected-by-a-lock" semantics and another does not).
2020-04-10 13:12:47 -07:00
..
jemalloc Introduce lockedint module. 2020-04-10 13:12:47 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00