Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1029
static __inline void
1030
atomic_thread_fence_rel(void)
1031
{
1032
1033
dmb();
1034
}
1035
1036
static __inline void
1037
atomic_thread_fence_acq_rel(void)
Callers
2
dbg_setup_xpoint
Function · 0.50
dbg_remove_xpoint
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected