| 167 | } |
| 168 | } |
| 169 | template <typename M> void |
| 170 | MThreadClass<M>::destroy() |
| 171 | { |
| 172 | s_metod.destroy(); |
| 173 | for (int i=0; i < P_TH; ++i ) { |
| 174 | m_metod[i].destroy(); |
| 175 | } |
| 176 | } |
| 177 | |
| 178 | template <typename M> void |
| 179 | MThreadClass<M>::mthread() |
nothing calls this directly
no outgoing calls
no test coverage detected