summaryrefslogtreecommitdiffstats
path: root/src/background_thread.c
Commit message (Expand)AuthorAgeFilesLines
* Combine background_thread started / paused into state.Qi Wang2017-06-121-25/+46
* Not re-enable background thread after fork.Qi Wang2017-06-121-35/+46
* Move background thread creation to background_thread_0.Qi Wang2017-06-121-140/+241
* Normalize background thread configuration.Jason Evans2017-06-091-0/+2
* Add internal tsd for background_thread.Qi Wang2017-06-081-5/+4
* Drop high rank locks when creating threads.Qi Wang2017-06-081-1/+4
* Set isthreaded when enabling background_thread.Qi Wang2017-06-021-23/+39
* Fix background thread creation.Qi Wang2017-06-011-13/+17
* Refactor/fix background_thread/percpu_arena bootstrapping.Jason Evans2017-06-011-50/+66
* Use real pthread_create for creating background threads.Qi Wang2017-05-311-2/+8
* Track background thread status separately at fork.Qi Wang2017-05-311-3/+8
* Check for background thread inactivity on extents_dalloc.Qi Wang2017-05-231-19/+42
* Add background thread related stats.Qi Wang2017-05-231-20/+79
* Implementing opt.background_thread.Qi Wang2017-05-231-0/+572