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

Method SetSoft

library/cpp/neh/http_common.h:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void SetSoft(size_t value) noexcept {
69 Soft_.store(value, std::memory_order_release);
70 }
71
72 void SetHard(size_t value) noexcept {
73 Hard_.store(value, std::memory_order_release);

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