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

Method WaitD

library/cpp/coroutine/engine/events.h:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17
18 int WaitD(TInstant deadline) {
19 Status_ = 0;
20 const int ret = Cont_->SleepD(deadline);
21
22 return Status_ ? Status_ : ret;
23 }
24
25 int WaitT(TDuration timeout) {
26 return WaitD(timeout.ToDeadLine());

Callers 10

LockDMethod · 0.45
WaitDMethod · 0.45
WaitDMethod · 0.45
WaitMethod · 0.45
RunBufferFlushThreadMethod · 0.45
ListenSocketMethod · 0.45
WaitMethod · 0.45
WaitMethod · 0.45
DoExecuteMethod · 0.45
WaitMethod · 0.45

Calls 1

SleepDMethod · 0.80

Tested by

no test coverage detected