MCPcopy 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
71void QWorker::wake() {
72 // cout<<"Awaking "<<this<<endl;
73 goToWork.signal();
74}
75
76vector<int> QWorker::workPosition() {
77 // access.acquire();

Callers 1

returnWorkMethod · 0.80

Calls 1

signalMethod · 0.45

Tested by

no test coverage detected