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

Function atomic_thread_fence_acq

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

Source from the content-addressed store, hash-verified

1020#undef ATOMIC_ACQ_REL_LONG
1021
1022static __inline void
1023atomic_thread_fence_acq(void)
1024{
1025
1026 dmb();
1027}
1028
1029static __inline void
1030atomic_thread_fence_rel(void)

Callers 1

dbg_resume_dbregFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected