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

Function atomic_thread_fence_acq_rel

freebsd/mips/include/atomic.h:593–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593static __inline void
594atomic_thread_fence_acq_rel(void)
595{
596
597 mips_sync();
598}
599
600static __inline void
601atomic_thread_fence_seq_cst(void)

Callers

nothing calls this directly

Calls 1

mips_syncFunction · 0.85

Tested by

no test coverage detected