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

Function acl_atomic_clock_users

lib_acl/src/stdlib/acl_atomic.c:294–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294long long acl_atomic_clock_users(ACL_ATOMIC_CLOCK *clk)
295{
296 return acl_atomic_int64_add_fetch(clk->users_atomic, 0);
297}

Callers 9

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…