Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Get
Method · 0.45
Total
Method · 0.45
OnAccept
Method · 0.45
GetKeepAliveTimeout
Method · 0.45
GetHttpOutputConnectionCount
Function · 0.45
GetHttpInputConnectionCount
Function · 0.45
Size
Method · 0.45
Schedule
Method · 0.45
Next
Method · 0.45
GetStatus
Method · 0.45
DbgOut
Method · 0.45
Size
Method · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected