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

Function atomic_thread_fence_acq

freebsd/mips/include/atomic.h:579–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577#endif
578
579static __inline void
580atomic_thread_fence_acq(void)
581{
582
583 mips_sync();
584}
585
586static __inline void
587atomic_thread_fence_rel(void)

Callers

nothing calls this directly

Calls 1

mips_syncFunction · 0.85

Tested by

no test coverage detected