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

Method wait_terminate

gecode/search/par/engine.hpp:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207 template<class Tracer>
208 forceinline void
209 Engine<Tracer>::wait_terminate(void) {
210 _m_wait_terminate.acquire();
211 _m_wait_terminate.release();
212 }
213
214 template<class Tracer>
215 forceinline void

Callers 2

runMethod · 0.80
runMethod · 0.80

Calls 2

acquireMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected