server-skynet-source-3rd-je.../include
Jason Evans 08c24e7c1a Relax witness assertions related to prof_gdump().
In some cases the prof machinery allocates (in order to modify the
bt2gctx hash table), and such operations are synchronized via
bt2gctx_mtx.  Rather than asserting that no locks are held on entry
into functions that may call prof_gdump(), make the weaker assertion
that no "core" locks are held.  The prof machinery enqueues dumps
triggered by prof_gdump() calls when bt2gctx_mtx is held, so this
weakened assertion avoids false failures in such cases.
2017-02-23 10:08:42 -08:00
..
jemalloc Relax witness assertions related to prof_gdump(). 2017-02-23 10:08:42 -08:00
msvc_compat Remove errno overrides. 2016-05-03 10:01:16 -07:00