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

Function acl_atomic_clock_count

lib_acl/src/stdlib/acl_atomic.c:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284long long acl_atomic_clock_count(ACL_ATOMIC_CLOCK *clk)
285{
286 return acl_atomic_int64_add_fetch(clk->count_atomic, 0);
287}
288
289long long acl_atomic_clock_atime(ACL_ATOMIC_CLOCK *clk)
290{

Callers 6

main_dispatch_reportFunction · 0.85
main_fiber_monitor_usedFunction · 0.85
main_fiber_monitor_idleFunction · 0.85
main_dispatch_reportFunction · 0.85
main_fiber_monitor_usedFunction · 0.85
main_fiber_monitor_idleFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…