Home
last modified time | relevance | path

Searched refs:withThreadName (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/
Dprocinfo.h123 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/
Dbacktrace_local_thread.cpp131 std::string BacktraceLocalThread::GetFormatedStr(bool withThreadName) in GetFormatedStr() argument
138 if (withThreadName && (tid_ > 0)) { in GetFormatedStr()
Dbacktrace_local_thread.h41 std::string GetFormatedStr(bool withThreadName = false);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
Dprocinfo.cpp215 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()