MCPcopy 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
358static __inline void
359atomic_thread_fence_seq_cst(void)
360{
361
362 __storeload_barrier();
363}
364
365#ifdef _KERNEL
366

Callers 8

cpus_fence_seq_cst_issueFunction · 0.50
smr_createFunction · 0.50
tdq_notifyFunction · 0.50
sched_idletdFunction · 0.50
intr_event_barrierFunction · 0.50
intr_event_handleFunction · 0.50
kcov_mmap_cleanupFunction · 0.50
kcov_thread_dtorFunction · 0.50

Calls 1

__storeload_barrierFunction · 0.85

Tested by

no test coverage detected