MCPcopy Create free account
hub / github.com/acl-dev/acl / add_fetch

Method add_fetch

lib_acl_cpp/src/stdlib/atomic.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66long long atomic_long::add_fetch(long long n)
67{
68 return acl_atomic_int64_add_fetch((ACL_ATOMIC*) atomic_, n);
69}
70
71} // namespace acl

Callers 3

addMethod · 0.80
runMethod · 0.80
mainFunction · 0.80

Calls 1

Tested by

no test coverage detected