index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
background_thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set isthreaded manually.
dev
Qi Wang
2017-10-06
1
-5/+6
*
Delay background_thread_ctl_init to right before thread creation.
Qi Wang
2017-10-06
1
-3/+0
*
Fix pthread_sigmask() usage to block all signals.
Qi Wang
2017-06-26
1
-1/+1
*
Check arena in current context in pre_reentrancy.
Qi Wang
2017-06-23
1
-3/+3
*
Add thread name for background threads.
Qi Wang
2017-06-23
1
-1/+3
*
Mask signals during background thread creation.
Jason Evans
2017-06-21
1
-3/+35
*
Only abort on dlsym when necessary.
Qi Wang
2017-06-14
1
-3/+11
*
Combine background_thread started / paused into state.
Qi Wang
2017-06-12
1
-25/+46
*
Not re-enable background thread after fork.
Qi Wang
2017-06-12
1
-35/+46
*
Move background thread creation to background_thread_0.
Qi Wang
2017-06-12
1
-140/+241
*
Normalize background thread configuration.
Jason Evans
2017-06-09
1
-0/+2
*
Add internal tsd for background_thread.
Qi Wang
2017-06-08
1
-5/+4
*
Drop high rank locks when creating threads.
Qi Wang
2017-06-08
1
-1/+4
*
Set isthreaded when enabling background_thread.
Qi Wang
2017-06-02
1
-23/+39
*
Fix background thread creation.
Qi Wang
2017-06-01
1
-13/+17
*
Refactor/fix background_thread/percpu_arena bootstrapping.
Jason Evans
2017-06-01
1
-50/+66
*
Use real pthread_create for creating background threads.
Qi Wang
2017-05-31
1
-2/+8
*
Track background thread status separately at fork.
Qi Wang
2017-05-31
1
-3/+8
*
Check for background thread inactivity on extents_dalloc.
Qi Wang
2017-05-23
1
-19/+42
*
Add background thread related stats.
Qi Wang
2017-05-23
1
-20/+79
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
1
-0/+572