Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ ~condition_variable
Method
~condition_variable
src/tinythread/tinythread.h:410–413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
408
~condition_variable();
409
#else
410
~condition_variable()
411
{
412
pthread_cond_destroy(&mHandle);
413
}
414
#endif
415
416
/// Wait for the condition.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected