Home
last modified time | relevance | path

Searched refs:ReadThreadWchan (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/
Dprocinfo.h131 void ReadThreadWchan(std::string& result, const int tid, bool withThreadName = false);
/base/hiviewdfx/faultloggerd/test/unittest/procinfo/
Dprocinfo_test.cpp122 ReadThreadWchan(result, gettid(), true);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
Dprocinfo.cpp263 void ReadThreadWchan(std::string& result, const int tid, bool withThreadName) in ReadThreadWchan() function