Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ AtomicSub
Function
AtomicSub
library/cpp/lfalloc/lf_allocX64.h:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
static inline long AtomicSub(TAtomic& a, long b) {
41
return AtomicAdd(a, -b);
42
}
43
44
#pragma comment(lib,
"synchronization.lib"
)
45
Callers
2
Free
Method · 0.70
Pop
Method · 0.50
Calls
1
AtomicAdd
Function · 0.70
Tested by
no test coverage detected