Searched refs:GetTidsByPidWithFunc (Results 1 - 6 of 6) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/ |
H A D | procinfo.h | 81 bool GetTidsByPidWithFunc(const int pid, std::vector<int>& tids, std::function<bool(int)> const& func);
|
/base/hiviewdfx/faultloggerd/test/unittest/procinfo/ |
H A D | procinfo_test.cpp | 56 * @tc.desc: test GetTidsByPidWithFunc 63 ASSERT_TRUE(GetTidsByPidWithFunc(getpid(), tids, nullptr)); in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/ |
H A D | procinfo.cpp | 138 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 D | backtrace_local.cpp | 170 GetTidsByPidWithFunc(getpid(), tids, func); in GetProcessStacktrace()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
H A D | dfx_dump_catcher.cpp | 132 ret = GetTidsByPidWithFunc(getpid(), tids, func); in DoDumpLocalPid() 395 bool ret = GetTidsByPidWithFunc(pid, tids, func); in CollectKernelStack()
|
/base/hiviewdfx/faultloggerd/test/systemtest/ |
H A D | dumpcatcher_system_test.cpp | 112 if (!GetTidsByPidWithFunc(pid, tids, nullptr)) { in GetCrasherThreads()
|
Completed in 6 milliseconds