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

Method CancelWaitLow

library/cpp/netliba/v12/udp_host.cpp:1802–1807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1800 }
1801
1802 void TUdpHost::CancelWaitLow() {
1803 MaxWaitTime2.store(0, std::memory_order_release);
1804 if (AtomicAdd(IsWaiting, 0) == 1) {
1805 S.CancelWait();
1806 }
1807 }
1808
1809 void TUdpHost::ProcessStatsRequest() {
1810 TRequesterPendingDataAllStatsCb cb;

Callers

nothing calls this directly

Calls 3

AtomicAddFunction · 0.50
storeMethod · 0.45
CancelWaitMethod · 0.45

Tested by

no test coverage detected