Searched refs:thread_obj (Results 1 – 1 of 1) sorted by relevance
717 json::Object thread_obj; in GetJSONThreadsInfo() local721 thread_obj.try_emplace("registers", std::move(*registers)); in GetJSONThreadsInfo()724 thread_obj.try_emplace("tid", static_cast<int64_t>(tid)); in GetJSONThreadsInfo()727 thread_obj.try_emplace("signal", signum); in GetJSONThreadsInfo()731 thread_obj.try_emplace("name", thread_name); in GetJSONThreadsInfo()735 thread_obj.try_emplace("reason", stop_reason); in GetJSONThreadsInfo()738 thread_obj.try_emplace("description", description); in GetJSONThreadsInfo()742 thread_obj.try_emplace( in GetJSONThreadsInfo()751 thread_obj.try_emplace("medata", std::move(medata_array)); in GetJSONThreadsInfo()753 threads_array.push_back(std::move(thread_obj)); in GetJSONThreadsInfo()