| 130 | } |
| 131 | |
| 132 | long long acl_fiber_server_users_count() |
| 133 | { |
| 134 | if (__clock) { |
| 135 | return acl_atomic_clock_users(__clock); |
| 136 | } else { |
| 137 | return 0; |
| 138 | } |
| 139 | } |
| 140 | |
| 141 | static void fiber_client(ACL_FIBER *fiber acl_unused, void *ctx) |
| 142 | { |
no test coverage detected
searching dependent graphs…