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

Method set_failure

test/test.cpp:358–360  ·  view source on GitHub ↗

Set flag that failure has occurred.

Source from the content-addressed store, hash-verified

356 private:
357 /// Set flag that failure has occurred.
358 void set_failure() {
359 result.store(EXIT_FAILURE);
360 }
361
362 /// Indicate that a thread is done executing.
363 void thread_done() {

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected