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

Function atomic_thread_fence_acq_rel

freebsd/i386/include/atomic.h:351–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351static __inline void
352atomic_thread_fence_acq_rel(void)
353{
354
355 __compiler_membar();
356}
357
358static __inline void
359atomic_thread_fence_seq_cst(void)

Callers 1

vm_object_busyFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected