Searched refs:background_thread (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/jemalloc/ |
| H A D | TUNING.md | 16 * [background_thread](http://jemalloc.net/jemalloc.3.html#background_thread) 23 Suggested: `background_thread:true` when jemalloc managed threads can be 73 `background_thread:true,metadata_thp:auto` combined with relaxed decay time 79 `background_thread:true,tcache_max:4096` combined with shorter decay time
|
| H A D | Makefile.in | 99 $(srcroot)src/background_thread.c \ 202 $(srcroot)test/unit/background_thread.c \
|
| H A D | ChangeLog | 175 - Make background_thread not dependent on libdl. (@interwq) 438 + background_thread 442 + opt.background_thread 454 + stats.background_thread.{num_threads,num_runs,run_interval} 455 + stats.mutexes.{ctl,background_thread,prof,reset}.
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | mutex_prof.h | 9 OP(background_thread) \
|
| H A D | ctl.h | 61 background_thread_stats_t background_thread; 59 background_thread_stats_t background_thread; global() member
|
| /freebsd/lib/libc/stdlib/malloc/jemalloc/ |
| H A D | Makefile.inc | 3 JEMALLOCSRCS:= jemalloc.c arena.c background_thread.c base.c bin.c bitmap.c \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl.cpp | 521 ctx->background_thread = internal_start_thread(&BackgroundThread, 0); in StartBackgroundThread() 527 internal_join_thread(ctx->background_thread); in StopBackgroundThread() 528 ctx->background_thread = 0; in StopBackgroundThread()
|
| H A D | tsan_rtl.h | 314 void *background_thread; member
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | ctl.c | 66 CTL_PROTO(background_thread) 436 {NAME("background_thread"), CTL(opt_background_thread)}, 842 {NAME("background_thread"), in ctl_arena_stats_sdmerge() 896 {NAME("background_thread"), CTL(background_thread)}, in ctl_arena_stats_sdmerge() 1293 background_thread_stats_t *stats = &ctl_stats->background_thread; in ctl_byname() 3475 ctl_stats->background_thread.num_threads, size_t) 3477 ctl_stats->background_thread.num_runs, uint64_t) 3479 nstime_ns(&ctl_stats->background_thread.run_interval), uint64_t)
|