Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1022
static __inline void
1023
atomic_thread_fence_acq(void)
1024
{
1025
1026
dmb();
1027
}
1028
1029
static __inline void
1030
atomic_thread_fence_rel(void)
Callers
1
dbg_resume_dbreg
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected