Searched refs:withThreadName (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… 134 void ReadThreadWchan(std::string& result, const int tid, bool withThreadName = false);
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
H A D | backtrace_local_thread.cpp | 87 std::string BacktraceLocalThread::GetFormattedStr(bool withThreadName) in GetFormattedStr() argument 94 if (withThreadName && (tid_ > 0)) { in GetFormattedStr()
|
H A D | backtrace_local_thread.h | 39 std::string GetFormattedStr(bool withThreadName = false);
|
/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) argument 307 if (withThreadName) { 321 void ReadThreadWchan(std::string& result, const int tid, bool withThreadName) argument 324 if (withThreadName) {
|