Searched defs:GetThreadName (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/gd/os/linux_generic/ | ||
H A D | thread.cc | 75 std::string Thread::GetThreadName() const { in GetThreadName() function in bluetooth::os::Thread |
/aosp12/art/libartbase/base/ | ||
H A D | utils.cc | 198 std::string GetThreadName(pid_t tid) { in GetThreadName() function |
/aosp12/system/extras/simpleperf/ | ||
H A D | environment.cpp | 165 bool GetThreadName(pid_t tid, std::string* name) { in GetThreadName() function |
/aosp12/art/test/912-classes/ | ||
H A D | classes.cc | 343 static std::string GetThreadName(jvmtiEnv* jenv, JNIEnv* jni_env, jthread thread) { in GetThreadName() function in art::Test912Classes::ClassLoadPreparePrinter |
/aosp12/art/runtime/ | ||
H A D | thread.cc | 1372 ObjPtr<mirror::String> Thread::GetThreadName() const { in GetThreadName() function in art::Thread |