MCPcopy Create free account
hub / github.com/catboost/catboost / LockT

Method LockT

library/cpp/coroutine/engine/mutex.h:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 int LockT(TCont* current, TDuration timeout) {
32 return LockD(current, timeout.ToDeadLine());
33 }
34
35 int LockI(TCont* current) {
36 return LockD(current, TInstant::Max());

Callers

nothing calls this directly

Calls 1

ToDeadLineMethod · 0.80

Tested by

no test coverage detected