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

Function atomic_thread_fence_acq

freebsd/i386/include/atomic.h:337–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335struct __hack
336
337static __inline void
338atomic_thread_fence_acq(void)
339{
340
341 __compiler_membar();
342}
343
344static __inline void
345atomic_thread_fence_rel(void)

Callers 15

refcount_releasenFunction · 0.50
refcount_release_if_lastFunction · 0.50
buf_ring_peek_clear_scFunction · 0.50
smr_pollFunction · 0.50
bintime_offFunction · 0.50
getthmemberFunction · 0.50
ffclock_read_counterFunction · 0.50
sysclock_getsnapshotFunction · 0.50
pps_captureFunction · 0.50
pps_eventFunction · 0.50
fgetvp_lookup_smrFunction · 0.50
fget_unlocked_seqFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected