Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ set
Method
set
lib_acl_cpp/src/stdlib/atomic.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void atomic_long::set(long long n)
51
{
52
n_ = n;
53
acl_atomic_int64_set((ACL_ATOMIC*) atomic_, n);
54
}
55
56
long long atomic_long::cas(long long cmp, long long n)
57
{
Callers
6
test_url_coder
Function · 0.45
setAttribute
Method · 0.45
Tu
Function · 0.45
hvigor-wrapper.js
File · 0.45
ga
Function · 0.45
c
Function · 0.45
Calls
1
acl_atomic_int64_set
Function · 0.85
Tested by
1
test_url_coder
Function · 0.36