MCPcopy Create free account
hub / github.com/NGT-labs/NGT / constructThreadMutex

Method constructThreadMutex

lib/NGT/Thread.cpp:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51ThreadMutex *Thread::constructThreadMutex() { return new ThreadMutex; }
52
53void Thread::destructThreadMutex(ThreadMutex *t) {
54 if (t != 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected