Home
last modified time | relevance | path

Searched refs:GetThreadName (Results 1 – 16 of 16) sorted by relevance

/art/runtime/
Dmonitor_android.cc73 self->GetThreadName(thread_name); in LogContentionEvent()
Dthread-inl.h74 GetThreadName(name); in SetState()
Dthread_list.cc689 thread->GetThreadName(name); in SuspendThreadByPeer()
787 thread->GetThreadName(name); in SuspendThreadByThreadId()
1137 self->GetThreadName(thread_name); in Unregister()
Dutils.h207 std::string GetThreadName(pid_t tid);
Dtrace.cc962 thread->GetThreadName(thread_name); in LogMethodTraceEvent()
997 t->GetThreadName(name); in DumpThread()
1015 thread->GetThreadName(name); in StoreExitingThreadInfo()
Dthread.cc269 self->SetThreadName(self->GetThreadName(soa)->ToModifiedUtf8().c_str()); in CreateCallback()
606 MutableHandle<mirror::String> peer_thread_name(hs.NewHandle(GetThreadName(soa))); in CreatePeer()
617 peer_thread_name.Assign(GetThreadName(soa)); in CreatePeer()
717 mirror::String* Thread::GetThreadName(const ScopedObjectAccessAlreadyRunnable& soa) const { in GetThreadName() function in art::Thread
723 void Thread::GetThreadName(std::string& name) const { in GetThreadName() function in art::Thread
951 os << '"' << ::art::GetThreadName(tid) << '"' in DumpState()
Druntime_linux.cc328 std::string thread_name(GetThreadName(tid)); in HandleUnexpectedSignal()
Dthread.h310 mirror::String* GetThreadName(const ScopedObjectAccessAlreadyRunnable& ts) const
315 void GetThreadName(std::string& name) const;
Dinstrumentation.cc274 thread->GetThreadName(thread_name); in InstrumentationInstallStack()
376 thread->GetThreadName(thread_name); in InstrumentationRestoreStack()
Ddebugger.h439 static JDWP::JdwpError GetThreadName(JDWP::ObjectId thread_id, std::string* name)
Dmonitor.cc262 owner_->GetThreadName(name); in Lock()
Dutils.cc71 std::string GetThreadName(pid_t tid) { in GetThreadName() function
Ddebugger.cc2018 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string* name) { in GetThreadName() function in art::Dbg
4320 Handle<mirror::String> name(hs.NewHandle(t->GetThreadName(soa))); in DdmSendThreadNotification()
/art/runtime/base/
Dmutex.cc445 self->GetThreadName(name1); in ExclusiveUnlock()
448 Thread::Current()->GetThreadName(name2); in ExclusiveUnlock()
/art/runtime/jdwp/
Djdwp_event.cc794 JdwpError error = Dbg::GetThreadName(thread_id, &thread_name); in LogMatchingEventsAndThread()
Djdwp_handler.cc899 JdwpError error = Dbg::GetThreadName(thread_id, &name); in TR_Name()