Home
last modified time | relevance | path

Searched refs:GetTidsByPidWithFunc (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/
Dprocinfo.h85 bool GetTidsByPidWithFunc(const int pid, std::vector<int>& tids, std::function<bool(int)> const& fu…
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
Dprocinfo.cpp139 bool GetTidsByPidWithFunc(const int pid, std::vector<int>& tids, std::function<bool(int)> const& fu… in GetTidsByPidWithFunc() function
172 bool ret = GetTidsByPidWithFunc(pid, tids, func); in GetTidsByPid()
/base/hiviewdfx/faultloggerd/test/unittest/procinfo/
Dprocinfo_test.cpp63 ASSERT_TRUE(GetTidsByPidWithFunc(getpid(), tids, nullptr));
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local.cpp162 GetTidsByPidWithFunc(getpid(), tids, func); in GetProcessStacktrace()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp107 ret = GetTidsByPidWithFunc(getpid(), tids, func); in DoDumpLocalPid()
/base/hiviewdfx/faultloggerd/test/systemtest/
Ddumpcatcher_system_test.cpp112 if (!GetTidsByPidWithFunc(pid, tids, nullptr)) { in GetCrasherThreads()