Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ atomic_thread_fence_seq_cst
Function
atomic_thread_fence_seq_cst
freebsd/mips/include/atomic.h:600–605 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
598
}
599
600
static __inline void
601
atomic_thread_fence_seq_cst(void)
602
{
603
604
mips_sync();
605
}
606
607
/* Operations on chars. */
608
#define atomic_set_char atomic_set_8
Callers
nothing calls this directly
Calls
1
mips_sync
Function · 0.85
Tested by
no test coverage detected