Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ cpus_fence_seq_cst_issue
Function
cpus_fence_seq_cst_issue
freebsd/kern/subr_smp.c:1024–1029 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1022
}
1023
1024
static void
1025
cpus_fence_seq_cst_issue(void *arg __unused)
1026
{
1027
1028
atomic_thread_fence_seq_cst();
1029
}
1030
1031
/*
1032
* Send an IPI forcing a sequentially consistent fence.
Callers
1
cpus_fence_seq_cst
Function · 0.85
Calls
1
atomic_thread_fence_seq_cst
Function · 0.50
Tested by
no test coverage detected