Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
294
long long acl_atomic_clock_users(ACL_ATOMIC_CLOCK *clk)
295
{
296
return acl_atomic_int64_add_fetch(clk->users_atomic, 0);
297
}
Callers
9
acl_fiber_server_users_count
Function · 0.85
main_fiber_monitor_master
Function · 0.85
main_dispatch_report
Function · 0.85
main_fiber_monitor_used
Function · 0.85
main_fiber_monitor_idle
Function · 0.85
main_fiber_monitor_master
Function · 0.85
main_dispatch_report
Function · 0.85
main_fiber_monitor_used
Function · 0.85
main_fiber_monitor_idle
Function · 0.85
Calls
1
acl_atomic_int64_add_fetch
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…