Home
last modified time | relevance | path

Searched refs:ReadThreadName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/
H A Dprocinfo.h97 void ReadThreadName(const int tid, std::string& str);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local_thread.cpp97 ReadThreadName(tid_, threadName); in GetFormattedStr()
H A Dbacktrace_local.cpp49 ReadThreadName(tid, threadName); in GetThreadHead()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp225 void ReadThreadName(const int tid, std::string& str) function
326 ReadThreadName(tid, threadName);
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/procinfo/
H A Dprocinfo_test.cpp129 ReadThreadName(getpid(), result);