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

Function atomic_thread_fence_rel

freebsd/i386/include/atomic.h:344–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344static __inline void
345atomic_thread_fence_rel(void)
346{
347
348 __compiler_membar();
349}
350
351static __inline void
352atomic_thread_fence_acq_rel(void)

Callers 15

smr_lazy_exitFunction · 0.50
refcount_releasenFunction · 0.50
blockcount_releaseFunction · 0.50
seqc_write_beginFunction · 0.50
seqc_write_endFunction · 0.50
seqc_sleepable_write_endFunction · 0.50
smr_types.hFile · 0.50
smr_advanceFunction · 0.50
timehands_updateFunction · 0.50
timehands_update32Function · 0.50
dump_lock_prof_statsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected