Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ cas
Method
cas
lib_acl_cpp/src/stdlib/atomic.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
long long atomic_long::cas(long long cmp, long long n)
57
{
58
return acl_atomic_int64_cas((ACL_ATOMIC*) atomic_, cmp, n);
59
}
60
61
long long atomic_long::fetch_add(long long n)
62
{
Callers
2
wait
Method · 0.80
wait_for_running
Method · 0.80
Calls
1
acl_atomic_int64_cas
Function · 0.85
Tested by
no test coverage detected