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/mips/include/atomic.h:586–591 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
584
}
585
586
static __inline void
587
atomic_thread_fence_rel(void)
588
{
589
590
mips_sync();
591
}
592
593
static __inline void
594
atomic_thread_fence_acq_rel(void)
Callers
nothing calls this directly
Calls
1
mips_sync
Function · 0.85
Tested by
no test coverage detected