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

Method acquireGlobalMutex

gecode/support/thread/thread.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 void
149 Thread::acquireGlobalMutex(Mutex* m) {
150 globalMutexRunnable().acquire(m);
151 }
152
153 void
154 Thread::releaseGlobalMutex(Mutex* m) {

Callers

nothing calls this directly

Calls 1

acquireMethod · 0.45

Tested by

no test coverage detected