Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ m
Function
m
gecode/support/thread/thread.hpp:118–121 ·
view source on GitHub ↗
* Locks */
Source
from the content-addressed store, hash-verified
116
* Locks
117
*/
118
forceinline
119
Lock::Lock(Mutex& m0) : m(m0) {
120
m.acquire();
121
}
122
forceinline
123
Lock::~Lock(void) {
124
m.release();
Callers
15
setup
Method · 0.85
setup
Method · 0.85
solution
Method · 0.85
solution
Method · 0.85
solution
Method · 0.85
solution
Method · 0.85
solution
Method · 0.85
solution
Method · 0.85
solution
Method · 0.85
solution
Method · 0.85
solution
Method · 0.85
QCP
Method · 0.85
Calls
1
acquire
Method · 0.45
Tested by
no test coverage detected