MCPcopy 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
56long long atomic_long::cas(long long cmp, long long n)
57{
58 return acl_atomic_int64_cas((ACL_ATOMIC*) atomic_, cmp, n);
59}
60
61long long atomic_long::fetch_add(long long n)
62{

Callers 2

waitMethod · 0.80
wait_for_runningMethod · 0.80

Calls 1

acl_atomic_int64_casFunction · 0.85

Tested by

no test coverage detected