Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
210
thread::~thread()
211
{
212
if(joinable())
213
std::terminate();
214
}
215
216
void thread::join()
217
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected