Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker.cc96 : thread_name_(nullptr), ignore_scope_depth_(0) { in AllocationContextTracker()
105 GetInstanceForCurrentThread()->thread_name_ = name; in SetCurrentThreadName()
184 if (!thread_name_) { in GetContextSnapshot()
188 thread_name_ = GetAndLeakThreadName(); in GetContextSnapshot()
189 ANNOTATE_LEAKING_OBJECT_PTR(thread_name_); in GetContextSnapshot()
190 DCHECK(thread_name_); in GetContextSnapshot()
195 if (thread_name_) { in GetContextSnapshot()
196 *backtrace++ = StackFrame::FromThreadName(thread_name_); in GetContextSnapshot()
Dheap_profiler_allocation_context_tracker.h126 const char* thread_name_; variable
/external/tensorflow/tensorflow/core/platform/default/
Dunbounded_work_queue.cc27 : env_(env), thread_name_(thread_name), thread_options_(thread_options) {} in UnboundedWorkQueue()
37 LOG(ERROR) << "UnboundedWorkQueue named \"" << thread_name_ << "\" was " in ~UnboundedWorkQueue()
68 env_->StartThread({}, thread_name_, [this]() { PooledThreadFunc(); }); in Schedule()
Dunbounded_work_queue.h54 const string thread_name_; variable
/external/webrtc/modules/utility/source/
Dprocess_thread_impl.cc47 : stop_(false), thread_name_(thread_name) {} in ProcessThreadImpl()
66 RTC_LOG(LS_WARNING) << "Process thread " << thread_name_ in Delete()
84 new rtc::PlatformThread(&ProcessThreadImpl::Run, this, thread_name_)); in Start()
203 TRACE_EVENT1("webrtc", "ProcessThreadImpl", "name", thread_name_); in Process()
Dprocess_thread_impl.h107 const char* thread_name_; variable
/external/libchrome/base/task_scheduler/
Dscheduler_single_thread_task_runner_manager.cc81 : thread_name_(thread_name), thread_label_(thread_label) {} in SchedulerWorkerDelegate()
101 PlatformThread::SetName(thread_name_); in OnMainEntry()
156 const std::string thread_name_; member in base::internal::__anon836862560111::SchedulerWorkerDelegate