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

  /toolchain/binutils/binutils-2.27/gold/
workqueue-threads.cc 66 Workqueue_threader_threadpool* threadpool_; member in class:gold::Workqueue_thread
77 : threadpool_(threadpool), thread_number_(thread_number)
117 pwt->threadpool_->process(pwt->thread_number_);
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_event_mgr.cc 40 // threadpool_ has 1 thread for the polling loop, and one to execute
42 threadpool_(Env::Default(), "GPU_Event_Manager", 2) {
74 if (ue->func != nullptr) threadpool_.Schedule(ue->func);
83 threadpool_.Schedule([this]() { PollLoop(); });
gpu_event_mgr.h 129 if (iu.func != nullptr) threadpool_.Schedule(iu.func);
187 thread::ThreadPool threadpool_; member in class:tensorflow::EventMgr

Completed in 83 milliseconds