Searched defs:GetThreadName (Results 1 – 4 of 4) sorted by relevance
/art/test/912-classes/ | ||
D | classes.cc | 342 static std::string GetThreadName(jvmtiEnv* jenv, JNIEnv* jni_env, jthread thread) { in GetThreadName() function in art::Test912Classes::ClassLoadPreparePrinter |
/art/runtime/ | ||
D | utils.cc | 68 std::string GetThreadName(pid_t tid) { in GetThreadName() function |
D | thread.cc | 1151 mirror::String* Thread::GetThreadName() const { in GetThreadName() function in art::Thread |
D | debugger.cc | 2018 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string* name) { in GetThreadName() function in art::Dbg |