summaryrefslogtreecommitdiffstats
path: root/test/unit/tsd.c
Commit message (Expand)AuthorAgeFilesLines
* Make tsd no-cleanup during tsd reincarnation.Qi Wang2017-06-071-2/+2
* Header refactoring: tsd - cleanup and dependency breaking.David Goldblatt2017-05-011-44/+33
* Add basic reentrancy-checking support, and allow arena_new to reenter.David Goldblatt2017-04-071-2/+1
* Add hooking functionalityDavid Goldblatt2017-04-071-0/+1
* Integrate auto tcache into TSD.Qi Wang2017-04-071-0/+6
* Do proper cleanup for tsd_state_reincarnated.Qi Wang2017-04-041-1/+40
* Replace tabs following #define with spaces.Jason Evans2017-01-211-2/+2
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-4/+4
* Update brace style.Jason Evans2017-01-211-10/+5
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-2/+0
* Add cast to silence (harmless) conversion warning.Jason Evans2016-10-281-1/+1
* Do not (recursively) allocate within tsd_fetch().Jason Evans2016-10-211-3/+3
* Fix tsd bootstrapping for a0malloc().Jason Evans2016-05-071-0/+5
* Fix arenas_cache_cleanup().Christopher Ferris2015-08-211-0/+6
* Refactor/fix arenas manipulation.Jason Evans2014-10-081-0/+1
* Fix tsd cleanup regressions.Jason Evans2014-10-041-3/+32
* Convert all tsd variables to reside in a single tsd structure.Jason Evans2014-09-231-4/+4
* Add mq (message queue) to test infrastructure.Jason Evans2013-12-121-7/+7
* Normalize #define whitespace.Jason Evans2013-12-091-2/+2
* Refactor tests.Jason Evans2013-12-091-16/+33
* Add tsd test.Jason Evans2013-12-051-0/+54