Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ set_failure
Method
set_failure
test/test.cpp:358–360 ·
view source on GitHub ↗
Set flag that failure has occurred.
Source
from the content-addressed store, hash-verified
356
private:
357
/// Set flag that failure has occurred.
358
void set_failure() {
359
result.store(EXIT_FAILURE);
360
}
361
362
/// Indicate that a thread is done executing.
363
void thread_done() {
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected