server-skynet-source-3rd-je.../include
David Goldblatt 26c792e61a Allow mutexes to take a lock ordering enum at construction.
This lets us specify whether and how mutexes of the same rank are allowed to be
acquired.  Currently, we only allow two polices (only a single mutex at a given
rank at a time, and mutexes acquired in ascending order), but we can plausibly
allow more (e.g. the "release uncontended mutexes before blocking").
2017-05-19 14:21:27 -07:00
..
jemalloc Allow mutexes to take a lock ordering enum at construction. 2017-05-19 14:21:27 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00