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

Method SetHard

library/cpp/neh/http_common.h:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 void SetHard(size_t value) noexcept {
73 Hard_.store(value, std::memory_order_release);
74 }
75
76 size_t Soft() const noexcept {
77 return Soft_.load(std::memory_order_acquire);

Callers 5

THttpConnManagerMethod · 0.80
SetLimitsMethod · 0.80
SetFdLimitsMethod · 0.80
SetFdLimitsMethod · 0.80

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected