Home
last modified time | relevance | path

Searched refs:GetThreadName (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/os/
Dthread.h58 std::string GetThreadName() const;
/system/bt/gd/os/linux_generic/
Dthread.cc76 std::string Thread::GetThreadName() const { in GetThreadName() function in bluetooth::os::Thread
Dthread_unittest.cc73 EXPECT_EQ(thread->GetThreadName(), "test"); in TEST_F()
/system/extras/simpleperf/
Denvironment.h72 bool GetThreadName(pid_t tid, std::string* name);
Dinplace_sampler_lib.cpp227 if (GetThreadName(tid, &name)) { in CheckThreadNameChange()
Denvironment.cpp245 bool GetThreadName(pid_t tid, std::string* name) { in GetThreadName() function
Dcmd_record.cpp1168 if (tid != pid && GetThreadName(tid, &name)) { in DumpProcessMaps()