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/i386/include/atomic.h:358–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
356
}
357
358
static __inline void
359
atomic_thread_fence_seq_cst(void)
360
{
361
362
__storeload_barrier();
363
}
364
365
#ifdef _KERNEL
366
Callers
8
cpus_fence_seq_cst_issue
Function · 0.50
smr_create
Function · 0.50
tdq_notify
Function · 0.50
sched_idletd
Function · 0.50
intr_event_barrier
Function · 0.50
intr_event_handle
Function · 0.50
kcov_mmap_cleanup
Function · 0.50
kcov_thread_dtor
Function · 0.50
Calls
1
__storeload_barrier
Function · 0.85
Tested by
no test coverage detected