MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / destroy

Method destroy

src/tests/functional/func-thread.cpp:169–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected