MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / joinable

Method joinable

src/tinythread/tinythread.cpp:229–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229bool thread::joinable() const
230{
231 mDataMutex.lock();
232 bool result = !mNotAThread;
233 mDataMutex.unlock();
234 return result;
235}
236
237void thread::detach()
238{

Callers

nothing calls this directly

Calls 2

lockMethod · 0.80
unlockMethod · 0.80

Tested by

no test coverage detected