Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ wait_terminate
Method
wait_terminate
gecode/search/par/engine.hpp:208–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
207
template<class Tracer>
208
forceinline void
209
Engine<Tracer>::wait_terminate(void) {
210
_m_wait_terminate.acquire();
211
_m_wait_terminate.release();
212
}
213
214
template<class Tracer>
215
forceinline void
Callers
2
run
Method · 0.80
run
Method · 0.80
Calls
2
acquire
Method · 0.45
release
Method · 0.45
Tested by
no test coverage detected