summaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/background_thread_structs.h
Commit message (Expand)AuthorAgeFilesLines
* Wake up background threads on demandAlex Lapenkou2021-09-171-1/+1
* Allow PAI to calculate time until deferred workAlex Lapenkou2021-09-171-0/+3
* HPA: Do deferred operations on background threads.David Goldblatt2021-07-121-0/+8
* Add max_per_bg_thd stats for per background thread mutexes.zhxchen172019-09-131-0/+1
* Set the default number of background threads to 4.Qi Wang2018-11-161-0/+1
* background_thread: add max thread count configDave Watson2018-04-101-0/+1
* Combine background_thread started / paused into state.Qi Wang2017-06-121-4/+8
* Move background thread creation to background_thread_0.Qi Wang2017-06-121-0/+2
* Refactor/fix background_thread/percpu_arena bootstrapping.Jason Evans2017-06-011-0/+4
* Check for background thread inactivity on extents_dalloc.Qi Wang2017-05-231-4/+10
* Add background thread related stats.Qi Wang2017-05-231-0/+11
* Implementing opt.background_thread.Qi Wang2017-05-231-0/+25