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/amd64/include/atomic.h:452–457 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
450
}
451
452
static __inline void
453
atomic_thread_fence_seq_cst(void)
454
{
455
456
__storeload_barrier();
457
}
458
459
#endif /* KLD_MODULE || !__GNUCLIKE_ASM */
460
Callers
5
pmap_invalidate_preipi_pcid
Function · 0.50
pmap_force_invalidate_cache_range
Function · 0.50
pmap_invalidate_cache_pages
Function · 0.50
pmap_flush_cache_range
Function · 0.50
pmap_large_map_wb_fence_atomic
Function · 0.50
Calls
1
__storeload_barrier
Function · 0.85
Tested by
no test coverage detected