Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ atomic_thread_fence_acq_rel
Function
atomic_thread_fence_acq_rel
freebsd/mips/include/atomic.h:593–598 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
591
}
592
593
static __inline void
594
atomic_thread_fence_acq_rel(void)
595
{
596
597
mips_sync();
598
}
599
600
static __inline void
601
atomic_thread_fence_seq_cst(void)
Callers
nothing calls this directly
Calls
1
mips_sync
Function · 0.85
Tested by
no test coverage detected