| 236 | } |
| 237 | |
| 238 | void ThreadStatusManager::update_manager_info(const ManagerInfo& copy) |
| 239 | { |
| 240 | for (size_t i = 0; i < NUM_CONTAINERS; ++i) { |
| 241 | containers_[i].set_manager_info(copy); |
| 242 | } |
| 243 | } |
| 244 | |
| 245 | void ThreadStatusManager::add_thread(const String& name) |
| 246 | { |
nothing calls this directly
no test coverage detected