Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/
H A Dprocinfo.h81 bool GetTidsByPidWithFunc(const int pid, std::vector<int>& tids, std::function<bool(int)> const& func);
/base/hiviewdfx/faultloggerd/test/unittest/procinfo/
H A Dprocinfo_test.cpp56 * @tc.desc: test GetTidsByPidWithFunc
63 ASSERT_TRUE(GetTidsByPidWithFunc(getpid(), tids, nullptr)); in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp138 bool GetTidsByPidWithFunc(const int pid, std::vector<int>& tids, std::function<bool(int)> const& func) in GetTidsByPidWithFunc() function
178 bool ret = GetTidsByPidWithFunc(pid, tids, func); in GetTidsByPid()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local.cpp170 GetTidsByPidWithFunc(getpid(), tids, func); in GetProcessStacktrace()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp132 ret = GetTidsByPidWithFunc(getpid(), tids, func); in DoDumpLocalPid()
395 bool ret = GetTidsByPidWithFunc(pid, tids, func); in CollectKernelStack()
/base/hiviewdfx/faultloggerd/test/systemtest/
H A Ddumpcatcher_system_test.cpp112 if (!GetTidsByPidWithFunc(pid, tids, nullptr)) { in GetCrasherThreads()

Completed in 6 milliseconds