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

Method todelete

gecode/support/thread/thread.hpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 Runnable::Runnable(bool d0)
41 : d(d0) {}
42 forceinline void
43 Runnable::todelete(bool d0) {
44 d=d0;
45 }
46 forceinline bool
47 Runnable::todelete(void) const {
48 return d;

Callers 1

execMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected