Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ LockI
Method
LockI
library/cpp/coroutine/engine/mutex.h:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
int LockI(TCont* current) {
36
return LockD(current, TInstant::Max());
37
}
38
39
void UnLock() noexcept {
40
Y_ASSERT(!Token_);
Callers
2
CoMutex
Function · 0.80
CoCondVar
Function · 0.80
Calls
1
Max
Function · 0.50
Tested by
no test coverage detected