Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
m
Function · 0.85
signal
Method · 0.45
acquire
Method · 0.45
release
Method · 0.45
Tested by
no test coverage detected