MCPcopy 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

CoMutexFunction · 0.80
CoCondVarFunction · 0.80

Calls 1

MaxFunction · 0.50

Tested by

no test coverage detected