Home
last modified time | relevance | path

Searched refs:thread_name_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dunbounded_thread_pool.h42 : env_(env), thread_name_(thread_name) {} in UnboundedThreadPool()
64 const string thread_name_; variable
Dunbounded_thread_pool.cc72 LOG(ERROR) << "UnboundedThreadPool named \"" << thread_name_ << "\" was " in ~UnboundedThreadPool()
119 {}, thread_name_, in RunOnPooledThread()
/external/webrtc/webrtc/modules/utility/source/
Dprocess_thread_impl.cc47 thread_name_(thread_name) {} in ProcessThreadImpl()
79 new rtc::PlatformThread(&ProcessThreadImpl::Run, this, thread_name_)); in Start()
Dprocess_thread_impl.h80 const char* thread_name_; variable