Home
last modified time | relevance | path

Searched refs:withThreadName (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
134 void ReadThreadWchan(std::string& result, const int tid, bool withThreadName = false);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local_thread.cpp87 std::string BacktraceLocalThread::GetFormattedStr(bool withThreadName) in GetFormattedStr() argument
94 if (withThreadName && (tid_ > 0)) { in GetFormattedStr()
H A Dbacktrace_local_thread.h39 std::string GetFormattedStr(bool withThreadName = false);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp273 void ReadProcessWchan(std::string& result, const int pid, bool onlyPid, bool withThreadName) argument
307 if (withThreadName) {
321 void ReadThreadWchan(std::string& result, const int tid, bool withThreadName) argument
324 if (withThreadName) {