Searched defs:GetThreadName (Results 1 – 3 of 3) sorted by relevance
/art/libartbase/base/ | ||
D | utils.cc | 172 std::string GetThreadName(pid_t tid) { in GetThreadName() function |
/art/test/912-classes/ | ||
D | classes.cc | 343 static std::string GetThreadName(jvmtiEnv* jenv, JNIEnv* jni_env, jthread thread) { in GetThreadName() function in art::Test912Classes::ClassLoadPreparePrinter |
/art/runtime/ | ||
D | debugger.cc | 2061 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string* name) { in GetThreadName() function in art::Dbg |