MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / ~Semaphore

Method ~Semaphore

include/dmlc/blockingconcurrentqueue.h:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 ~Semaphore()
86 {
87 CloseHandle(m_hSema);
88 }
89
90 void wait()
91 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected