MCPcopy Create free account
hub / github.com/Gecode/gecode / releaseGlobalMutex

Method releaseGlobalMutex

gecode/support/thread/thread.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 void
154 Thread::releaseGlobalMutex(Mutex* m) {
155 globalMutexRunnable().release(m);
156 }
157
158}}
159

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected