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

Function atomic_thread_fence_acq

freebsd/amd64/include/atomic.h:431–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429struct __hack
430
431static __inline void
432atomic_thread_fence_acq(void)
433{
434
435 __compiler_membar();
436}
437
438static __inline void
439atomic_thread_fence_rel(void)

Callers 1

invlop_handlerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected