Searched refs:ReadProcessWchan (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/ |
H A D | procinfo.h | 125 void ReadProcessWchan(std::string& result, const int pid, bool onlyPid = false, bool withThreadName = false);
|
/base/hiviewdfx/faultloggerd/test/unittest/procinfo/ |
H A D | procinfo_test.cpp | 107 * @tc.desc: test ReadProcessStatus, ReadProcessWchan, ReadThreadWchan, ReadProcessName, ReadThreadName 119 ReadProcessWchan(result, getpid(), false, true); in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/ |
H A D | procinfo.cpp | 248 void ReadProcessWchan(std::string& result, const int pid, bool onlyPid, bool withThreadName) in ReadProcessWchan() function
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
H A D | dfx_dump_catcher.cpp | 411 ReadProcessWchan(halfProcWchan_, pid, false, true); in AsyncGetAllTidKernelStack()
|
Completed in 2 milliseconds