Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/os/linux_generic/
H A Dthread.cc75 std::string Thread::GetThreadName() const { in GetThreadName() function in bluetooth::os::Thread
/aosp12/art/libartbase/base/
H A Dutils.cc198 std::string GetThreadName(pid_t tid) { in GetThreadName() function
/aosp12/system/extras/simpleperf/
H A Denvironment.cpp165 bool GetThreadName(pid_t tid, std::string* name) { in GetThreadName() function
/aosp12/art/test/912-classes/
H A Dclasses.cc343 static std::string GetThreadName(jvmtiEnv* jenv, JNIEnv* jni_env, jthread thread) { in GetThreadName() function in art::Test912Classes::ClassLoadPreparePrinter
/aosp12/art/runtime/
H A Dthread.cc1372 ObjPtr<mirror::String> Thread::GetThreadName() const { in GetThreadName() function in art::Thread
1381 void Thread::GetThreadName(std::string& name) const { in GetThreadName() function in art::Thread