Searched refs:withThreadName (Results 1 – 4 of 4) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/ |
D | procinfo.h | 123 void ReadProcessWchan(std::string& result, const int pid, bool onlyPid = false, bool withThreadName… 131 void ReadThreadWchan(std::string& result, const int tid, bool withThreadName = false);
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
D | backtrace_local_thread.cpp | 131 std::string BacktraceLocalThread::GetFormatedStr(bool withThreadName) in GetFormatedStr() argument 138 if (withThreadName && (tid_ > 0)) { in GetFormatedStr()
|
D | backtrace_local_thread.h | 41 std::string GetFormatedStr(bool withThreadName = false);
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/ |
D | procinfo.cpp | 215 void ReadProcessWchan(std::string& result, const int pid, bool onlyPid, bool withThreadName) in ReadProcessWchan() argument 249 if (withThreadName) { in ReadProcessWchan() 263 void ReadThreadWchan(std::string& result, const int tid, bool withThreadName) in ReadThreadWchan() argument 266 if (withThreadName) { in ReadThreadWchan()
|