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

Method pid

gecode/kernel/gpi.hpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 forceinline unsigned int
145 GPI::pid(void) const {
146 return npid.load(std::memory_order_acquire);
147 }
148
149 forceinline bool
150 GPI::unshare(void) {

Callers 2

postMethod · 0.80
core.hppFile · 0.80

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected