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

Method ~condition_variable

src/tinythread/tinythread.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65#if defined(_TTHREAD_WIN32_)
66condition_variable::~condition_variable()
67{
68 CloseHandle(mEvents[_CONDITION_EVENT_ONE]);
69 CloseHandle(mEvents[_CONDITION_EVENT_ALL]);
70 DeleteCriticalSection(&mWaitersCountLock);
71}
72#endif
73
74#if defined(_TTHREAD_WIN32_)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected