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

Method Val

util/generic/refcount.h:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 inline intptr_t Val() const noexcept {
140 return Counter_.load();
141 }
142
143 inline bool TryWeakInc() noexcept {
144 for (auto curValue = Counter_.load(std::memory_order_acquire);;) {

Callers 15

GetMethod · 0.45
TotalMethod · 0.45
OnAcceptMethod · 0.45
GetKeepAliveTimeoutMethod · 0.45
SizeMethod · 0.45
ScheduleMethod · 0.45
NextMethod · 0.45
GetStatusMethod · 0.45
DbgOutMethod · 0.45
SizeMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected