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

Method acquire

gecode/kernel/branch/action.hpp:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 return object().n;
332 }
333 forceinline void
334 Action::acquire(void) {
335 object().m.acquire();
336 }
337 forceinline void
338 Action::release(void) {
339 object().m.release();

Callers 1

propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected