Home
last modified time | relevance | path

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

/art/test/912-classes/
Dclasses.cc342 static std::string GetThreadName(jvmtiEnv* jenv, JNIEnv* jni_env, jthread thread) { in GetThreadName() function in art::Test912Classes::ClassLoadPreparePrinter
/art/runtime/
Dutils.cc68 std::string GetThreadName(pid_t tid) { in GetThreadName() function
Dthread.cc1151 mirror::String* Thread::GetThreadName() const { in GetThreadName() function in art::Thread
1160 void Thread::GetThreadName(std::string& name) const { in GetThreadName() function in art::Thread
Ddebugger.cc2018 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string* name) { in GetThreadName() function in art::Dbg