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

Function atomic_thread_fence_rel

freebsd/mips/include/atomic.h:586–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586static __inline void
587atomic_thread_fence_rel(void)
588{
589
590 mips_sync();
591}
592
593static __inline void
594atomic_thread_fence_acq_rel(void)

Callers

nothing calls this directly

Calls 1

mips_syncFunction · 0.85

Tested by

no test coverage detected