Searched refs:background_thread (Results 1 – 14 of 14) sorted by relevance
/external/jemalloc_new/ |
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` combined with shorter decay time (decreased
|
D | Android.bp | 113 "src/background_thread.c", 223 "test/unit/background_thread.c",
|
D | Makefile.in | 94 $(srcroot)src/background_thread.c \ 164 $(srcroot)test/unit/background_thread.c \
|
D | ChangeLog | 202 + background_thread 206 + opt.background_thread 218 + stats.background_thread.{num_threads,num_runs,run_interval} 219 + stats.mutexes.{ctl,background_thread,prof,reset}.
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | mutex_prof.h | 9 OP(background_thread) \
|
D | ctl.h | 56 background_thread_stats_t background_thread; member
|
/external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/ |
D | mpi_ops.cc | 213 std::thread background_thread; member 254 if (background_thread.joinable()) { in ~MPIGlobalState() 256 background_thread.join(); in ~MPIGlobalState() 812 mpi_global.background_thread = std::thread(BackgroundThreadLoop); in InitializeMPIOnce()
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_channel.c | 736 VALUE background_thread = Qnil; in grpc_rb_channel_polling_thread_start() local 746 background_thread = rb_thread_create(run_poll_channels_loop, NULL); in grpc_rb_channel_polling_thread_start() 748 if (!RTEST(background_thread)) { in grpc_rb_channel_polling_thread_start()
|
/external/tensorflow/tensorflow/contrib/mpi_collectives/ |
D | mpi_ops.cc | 214 std::thread background_thread; member 255 if (background_thread.joinable()) { in ~MPIGlobalState() 257 background_thread.join(); in ~MPIGlobalState() 813 mpi_global.background_thread = std::thread(BackgroundThreadLoop); in InitializeMPIOnce()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.cc | 223 ctx->background_thread = internal_start_thread(&BackgroundThread, 0); in StartBackgroundThread() 229 internal_join_thread(ctx->background_thread); in StopBackgroundThread() 230 ctx->background_thread = 0; in StopBackgroundThread()
|
D | tsan_rtl.h | 518 void *background_thread; member
|
/external/jemalloc_new/src/ |
D | ctl.c | 59 CTL_PROTO(background_thread) 542 {NAME("background_thread"), CTL(background_thread)}, 916 background_thread_stats_t *stats = &ctl_stats->background_thread; in ctl_background_thread_stats_read() 2647 ctl_stats->background_thread.num_threads, size_t) in CTL_RO_NL_CGEN() 2649 ctl_stats->background_thread.num_runs, uint64_t) in CTL_RO_NL_CGEN() 2651 nstime_ns(&ctl_stats->background_thread.run_interval), uint64_t) in CTL_RO_NL_CGEN()
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | userfaultfd.c | 572 static void *background_thread(void *arg) in background_thread() function 610 background_thread, (void *)cpu)) in stress()
|
/external/jemalloc_new/test/unit/ |
D | mallctl.c | 166 TEST_MALLCTL_OPT(bool, background_thread, always); in TEST_BEGIN()
|