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

Method run

gecode/support/thread/thread.hpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169#endif
170 }
171 inline void
172 Thread::Run::run(Runnable* r0) {
173 r.store(r0);
174 e.signal();
175 }
176 inline void
177 Thread::run(Runnable* r) {
178 m()->acquire();

Callers

nothing calls this directly

Calls 4

mFunction · 0.85
signalMethod · 0.45
acquireMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected