Searched refs:ReadProcessWchan (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/ |
H A D | procinfo.h | 126 void ReadProcessWchan(std::string& result, const int pid, bool onlyPid = false, bool withThreadName…
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/procinfo/ |
H A D | procinfo_test.cpp | 119 ReadProcessWchan(result, getpid(), false, true);
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/ |
H A D | procinfo.cpp | 273 void ReadProcessWchan(std::string& result, const int pid, bool onlyPid, bool withThreadName) function
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
H A D | dfx_dump_catcher.cpp | 429 ReadProcessWchan(halfProcWchan_, pid, false, true); in AsyncGetAllTidKernelStack()
|