Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ atomic_thread_fence_acq
Function
atomic_thread_fence_acq
freebsd/amd64/include/atomic.h:431–436 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
429
struct __hack
430
431
static __inline void
432
atomic_thread_fence_acq(void)
433
{
434
435
__compiler_membar();
436
}
437
438
static __inline void
439
atomic_thread_fence_rel(void)
Callers
1
invlop_handler
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected