HomeSort by relevance Sort by last modified time
    Searched refs:background_thread (Results 1 - 10 of 10) sorted by null

  /external/jemalloc_new/include/jemalloc/internal/
mutex_prof.h 9 OP(background_thread) \
ctl.h 56 background_thread_stats_t background_thread; member in struct:ctl_stats_s
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_channel.c 736 VALUE background_thread = Qnil; local
746 background_thread = rb_thread_create(run_poll_channels_loop, NULL);
748 if (!RTEST(background_thread)) {
  /external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/
mpi_ops.cc 213 std::thread background_thread; member in struct:tensorflow::contrib::mpi_collectives::__anon44762::MPIGlobalState
254 if (background_thread.joinable()) {
256 background_thread.join();
    [all...]
  /external/tensorflow/tensorflow/contrib/mpi_collectives/
mpi_ops.cc 214 std::thread background_thread; member in struct:tensorflow::contrib::mpi::__anon44763::MPIGlobalState
255 if (background_thread.joinable()) {
257 background_thread.join();
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 223 ctx->background_thread = internal_start_thread(&BackgroundThread, 0);
229 internal_join_thread(ctx->background_thread);
230 ctx->background_thread = 0;
tsan_rtl.h 518 void *background_thread; member in struct:__tsan::Context
  /external/linux-kselftest/tools/testing/selftests/vm/
userfaultfd.c 572 static void *background_thread(void *arg) function
610 background_thread, (void *)cpu))
    [all...]
  /external/jemalloc_new/src/
ctl.c 59 CTL_PROTO(background_thread)
289 {NAME("background_thread"), CTL(opt_background_thread)},
533 {NAME("background_thread"),
542 {NAME("background_thread"), CTL(background_thread)},
916 background_thread_stats_t *stats = &ctl_stats->background_thread;
    [all...]
  /external/jemalloc_new/test/unit/
mallctl.c 166 TEST_MALLCTL_OPT(bool, background_thread, always);

Completed in 1000 milliseconds