MCPcopy 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
1024static void
1025cpus_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_cstFunction · 0.85

Calls 1

Tested by

no test coverage detected