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/mips/include/atomic.h:579–584 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
577
#endif
578
579
static __inline void
580
atomic_thread_fence_acq(void)
581
{
582
583
mips_sync();
584
}
585
586
static __inline void
587
atomic_thread_fence_rel(void)
Callers
nothing calls this directly
Calls
1
mips_sync
Function · 0.85
Tested by
no test coverage detected