Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
229
bool thread::joinable() const
230
{
231
mDataMutex.lock();
232
bool result = !mNotAThread;
233
mDataMutex.unlock();
234
return result;
235
}
236
237
void thread::detach()
238
{
Callers
nothing calls this directly
Calls
2
lock
Method · 0.80
unlock
Method · 0.80
Tested by
no test coverage detected