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

Method acquire

gecode/kernel/branch/chb.hpp:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 return object().n;
327 }
328 forceinline void
329 CHB::acquire(void) {
330 object().m.acquire();
331 }
332 forceinline void
333 CHB::release(void) {
334 object().m.release();

Callers 15

writeMethod · 0.45
stopAndReturnMethod · 0.45
stopAndForgetMethod · 0.45
runMethod · 0.45
rsolveMethod · 0.45
isFinishedFunction · 0.45
getWorkMethod · 0.45
returnWorkMethod · 0.45
printStatusMethod · 0.45
failMethod · 0.45
decayMethod · 0.45
unshareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected