Home
last modified time | relevance | path

Searched refs:ReadProcessWchan (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/
H A Dprocinfo.h126 void ReadProcessWchan(std::string& result, const int pid, bool onlyPid = false, bool withThreadName…
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/procinfo/
H A Dprocinfo_test.cpp119 ReadProcessWchan(result, getpid(), false, true);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp273 void ReadProcessWchan(std::string& result, const int pid, bool onlyPid, bool withThreadName) function
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp429 ReadProcessWchan(halfProcWchan_, pid, false, true); in AsyncGetAllTidKernelStack()