server-skynet-source-3rd-je.../test
Qi Wang b693c7868e Implementing opt.background_thread.
Added opt.background_thread to enable background threads, which handles purging
currently.  When enabled, decay ticks will not trigger purging (which will be
left to the background threads).  We limit the max number of threads to NCPUs.
When percpu arena is enabled, set CPU affinity for the background threads as
well.

The sleep interval of background threads is dynamic and determined by computing
number of pages to purge in the future (based on backlog).
2017-05-23 12:26:20 -07:00
..
include/test Add extent_destroy_t and use it during arena destruction. 2017-04-29 09:24:12 -07:00
integration Implementing opt.background_thread. 2017-05-23 12:26:20 -07:00
src Get rid of most of the various inline macros. 2017-04-24 10:33:21 -07:00
stress Get rid of most of the various inline macros. 2017-04-24 10:33:21 -07:00
unit Implementing opt.background_thread. 2017-05-23 12:26:20 -07:00
test.sh.in Output MALLOC_CONF and debug cmd when test failure happens. 2017-04-21 22:52:02 -07:00