Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ atomic_thread_fence_acq_rel
Function
atomic_thread_fence_acq_rel
freebsd/i386/include/atomic.h:351–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
349
}
350
351
static __inline void
352
atomic_thread_fence_acq_rel(void)
353
{
354
355
__compiler_membar();
356
}
357
358
static __inline void
359
atomic_thread_fence_seq_cst(void)
Callers
1
vm_object_busy
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected