Searched refs:GetOsThreadStatQuick (Results 1 – 7 of 7) sorted by relevance
408 std::string GetOsThreadStatQuick(pid_t tid) { in GetOsThreadStatQuick() function444 result += tid == 0 ? std::string("bad tid: ") + de->d_name : GetOsThreadStatQuick(tid); in GetOtherThreadOsStats()
161 std::string GetOsThreadStatQuick(pid_t tid);
154 std::string GetOsThreadStatQuick(pid_t tid);
805 std::string sampled_state = collect_state ? GetOsThreadStatQuick(t) : ""; in WaitForSuspendBarrier()825 return collect_state ? "Target states: [" + sampled_state + ", " + GetOsThreadStatQuick(t) + "]" + in WaitForSuspendBarrier()