Home
last modified time | relevance | path

Searched defs:GetThreadName (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dthread.cc717 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
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