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

Function atomic_thread_fence_rel

freebsd/arm/include/atomic-v6.h:1029–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1027}
1028
1029static __inline void
1030atomic_thread_fence_rel(void)
1031{
1032
1033 dmb();
1034}
1035
1036static __inline void
1037atomic_thread_fence_acq_rel(void)

Callers 2

dbg_setup_xpointFunction · 0.50
dbg_remove_xpointFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected