Lines Matching full:tid
58 * @brief convert real tid to namespace tid
61 * @param tid thread id
62 * @param nsTid namespace tid(output parameter)
65 bool TidToNstid(const int pid, const int tid, int& nstid);
67 * @brief convert real tid to namespace tid
70 * @param tid thread id
73 bool IsThreadInPid(int32_t pid, int32_t tid);
94 * @param tid thread id
97 void ReadThreadName(const int tid, std::string& str);
100 * @param tid thread id
103 void ReadThreadNameByPidAndTid(const int pid, const int tid, std::string& str);
131 * @param tid thread id
134 void ReadThreadWchan(std::string& result, const int tid, bool withThreadName = false);