Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ wake
Method
wake
contribs/qecode/Worker.cc:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void QWorker::wake() {
72
// cout<<
"Awaking "
<<this<<endl;
73
goToWork.signal();
74
}
75
76
vector<int> QWorker::workPosition() {
77
// access.acquire();
Callers
1
returnWork
Method · 0.80
Calls
1
signal
Method · 0.45
Tested by
no test coverage detected