Searched refs:ReadThreadName (Results 1 – 8 of 8) sorted by relevance
84 std::string ReadThreadName(pid_t tid);
181 std::string ReadThreadName(pid_t tid);
135 std::string threadName = virtualRuntime_.ReadThreadName(*pos, true); in ExcludeThreadsFromSelectTids()
80 std::string VirtualRuntime::ReadThreadName(pid_t tid, bool isThread) in ReadThreadName() function in OHOS::Developtools::HiPerf::VirtualRuntime143 thread.name_ = ReadThreadName(tid, pid != tid); in CreateThread()
232 newPerMap->threadName = virtualInstance.ReadThreadName(summary.tid, isTid); in InitPerMap()
103 this->name_ = ReadThreadName(pid); in VirtualThread()107 std::string VirtualThread::ReadThreadName(pid_t tid) in ReadThreadName() function in OHOS::Developtools::NativeDaemon::VirtualThread
62 std::string VirtualRuntime::ReadThreadName(pid_t tid) in ReadThreadName() function in OHOS::Developtools::NativeDaemon::VirtualRuntime
145 std::string ReadThreadName(pid_t tid, bool isThread);