MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / ~thread

Method ~thread

src/tinythread/tinythread.cpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210thread::~thread()
211{
212 if(joinable())
213 std::terminate();
214}
215
216void thread::join()
217{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected