Searched refs:ReadThreadName (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/ |
H A D | procinfo.h | 96 void ReadThreadName(const int tid, std::string& str);
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
H A D | backtrace_local_thread.cpp | 96 ReadThreadName(tid_, threadName); in GetFormattedStr()
|
H A D | backtrace_local.cpp | 48 ReadThreadName(tid, threadName); in GetThreadHead()
|
/base/hiviewdfx/faultloggerd/test/unittest/procinfo/ |
H A D | procinfo_test.cpp | 107 * @tc.desc: test ReadProcessStatus, ReadProcessWchan, ReadThreadWchan, ReadProcessName, ReadThreadName 129 ReadThreadName(getpid(), result); in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/ |
H A D | procinfo.cpp | 204 void ReadThreadName(const int tid, std::string& str) in ReadThreadName() function 300 ReadThreadName(tid, threadName); in ReadThreadWchan()
|
Completed in 3 milliseconds