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

Method release

gecode/search/par/engine.hpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77 template<class Tracer>
78 forceinline void
79 Engine<Tracer>::release(Cmd c) {
80 _cmd = c;
81 Support::Thread::releaseGlobalMutex(&_m_wait);
82 }
83 template<class Tracer>
84 forceinline void
85 Engine<Tracer>::wait(void) {

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
reportMethod · 0.45
nextMethod · 0.45
solutionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected