Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/
Dprocinfo.h100 void ReadThreadName(const int tid, std::string& str);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local_thread.cpp141 ReadThreadName(tid_, threadName); in GetFormatedStr()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
Dprocinfo.cpp179 void ReadThreadName(const int tid, std::string& str) in ReadThreadName() function
268 ReadThreadName(tid, threadName); in ReadThreadWchan()
/base/hiviewdfx/faultloggerd/test/unittest/procinfo/
Dprocinfo_test.cpp129 ReadThreadName(getpid(), result);
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_thread.cpp52 ReadThreadName(threadInfo_.tid, threadInfo_.threadName); in InitThreadInfo()