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

Function atomic_thread_fence_seq_cst

freebsd/amd64/include/atomic.h:452–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452static __inline void
453atomic_thread_fence_seq_cst(void)
454{
455
456 __storeload_barrier();
457}
458
459#endif /* KLD_MODULE || !__GNUCLIKE_ASM */
460

Calls 1

__storeload_barrierFunction · 0.85

Tested by

no test coverage detected