Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ acquire
Method
acquire
gecode/kernel/branch/chb.hpp:328–331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
326
return object().n;
327
}
328
forceinline void
329
CHB::acquire(void) {
330
object().m.acquire();
331
}
332
forceinline void
333
CHB::release(void) {
334
object().m.release();
Callers
15
write
Method · 0.45
stopAndReturn
Method · 0.45
stopAndForget
Method · 0.45
run
Method · 0.45
rsolve
Method · 0.45
isFinished
Function · 0.45
getWork
Method · 0.45
returnWork
Method · 0.45
printStatus
Method · 0.45
fail
Method · 0.45
decay
Method · 0.45
unshare
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected