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

Method ack_reset_stop

gecode/search/par/engine.hpp:243–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241
242 template<class Tracer>
243 forceinline void
244 Engine<Tracer>::ack_reset_stop(void) {
245 _m_reset.acquire();
246 if (++_n_reset_not_ack == workers())
247 e_reset_ack_stop.signal();
248 _m_reset.release();
249 }
250
251 template<class Tracer>
252 forceinline void

Callers 2

runMethod · 0.80
runMethod · 0.80

Calls 3

acquireMethod · 0.45
signalMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected