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

Method condition_variable

src/tinythread/tinythread.h:400–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398 condition_variable();
399#else
400 condition_variable()
401 {
402 pthread_cond_init(&mHandle, NULL);
403 }
404#endif
405
406 /// Destructor.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected