! * \brief Destructor, perform cleanup. All child threads will be exited when this * destructor completes */
| 317 | * destructor completes |
| 318 | */ |
| 319 | virtual ~ThreadGroup() { |
| 320 | request_shutdown_all(); |
| 321 | join_all(); |
| 322 | } |
| 323 | |
| 324 | /*! |
| 325 | * \brief Check if the current thread a member if this ThreadGroup |
nothing calls this directly
no outgoing calls
no test coverage detected