MCPcopy Create free account
hub / github.com/F-Stack/f-stack / counter_u64_zero_inline

Function counter_u64_zero_inline

freebsd/mips/include/counter.h:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static inline void
76counter_u64_zero_inline(counter_u64_t c)
77{
78
79 smp_rendezvous(smp_no_rendezvous_barrier, counter_u64_zero_one_cpu,
80 smp_no_rendezvous_barrier, c);
81}
82#endif
83
84#define counter_u64_add_protected(c, inc) do { \

Callers

nothing calls this directly

Calls 1

smp_rendezvousFunction · 0.85

Tested by

no test coverage detected