Searched refs:thread_name_ (Results 1 – 6 of 6) sorted by relevance
85 : thread_name_(nullptr), ignore_scope_depth_(0) { in AllocationContextTracker()94 GetInstanceForCurrentThread()->thread_name_ = name; in SetCurrentThreadName()174 if (!thread_name_) { in GetContextSnapshot()178 thread_name_ = GetAndLeakThreadName(); in GetContextSnapshot()179 ANNOTATE_LEAKING_OBJECT_PTR(thread_name_); in GetContextSnapshot()180 DCHECK(thread_name_); in GetContextSnapshot()185 if (thread_name_) { in GetContextSnapshot()186 *backtrace++ = StackFrame::FromThreadName(thread_name_); in GetContextSnapshot()
96 const char* thread_name_; variable
47 thread_name_(thread_name) {} in ProcessThreadImpl()79 new rtc::PlatformThread(&ProcessThreadImpl::Run, this, thread_name_)); in Start()
80 const char* thread_name_; variable
513 const std::string& thread_name() const { return thread_name_; } in thread_name()684 std::string thread_name_; variable
316 thread_name_ = suggested_name; in ThreadData()327 base::StringAppendF(&thread_name_, "WorkerThread-%d", thread_number); in ThreadData()