MCPcopy 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
50void atomic_long::set(long long n)
51{
52 n_ = n;
53 acl_atomic_int64_set((ACL_ATOMIC*) atomic_, n);
54}
55
56long long atomic_long::cas(long long cmp, long long n)
57{

Callers 6

test_url_coderFunction · 0.45
setAttributeMethod · 0.45
TuFunction · 0.45
hvigor-wrapper.jsFile · 0.45
gaFunction · 0.45
cFunction · 0.45

Calls 1

acl_atomic_int64_setFunction · 0.85

Tested by 1

test_url_coderFunction · 0.36