server-skynet-source-3rd-je.../test/src
David Goldblatt b407a65401 Add basic reentrancy-checking support, and allow arena_new to reenter.
This checks whether or not we're reentrant using thread-local data, and, if we
are, moves certain internal allocations to use arena 0 (which should be properly
initialized after bootstrapping).

The immediate thing this allows is spinning up threads in arena_new, which will
enable spinning up background threads there.
2017-04-07 14:10:27 -07:00
..
btalloc_0.c Refactor permuted backtrace test allocation. 2014-10-01 22:28:23 -07:00
btalloc_1.c Refactor permuted backtrace test allocation. 2014-10-01 22:28:23 -07:00
btalloc.c Remove extraneous parens around return arguments. 2017-01-20 21:43:07 -08:00
math.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
mq.c Update brace style. 2017-01-20 21:43:07 -08:00
mtx.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
SFMT.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
test.c Add basic reentrancy-checking support, and allow arena_new to reenter. 2017-04-07 14:10:27 -07:00
thd.c Update brace style. 2017-01-20 21:43:07 -08:00
timer.c Remove extraneous parens around return arguments. 2017-01-20 21:43:07 -08:00