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/i386/include/atomic.h:337–342 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
struct __hack
336
337
static __inline void
338
atomic_thread_fence_acq(void)
339
{
340
341
__compiler_membar();
342
}
343
344
static __inline void
345
atomic_thread_fence_rel(void)
Callers
15
refcount_releasen
Function · 0.50
refcount_release_if_last
Function · 0.50
buf_ring_peek_clear_sc
Function · 0.50
smr_poll
Function · 0.50
bintime_off
Function · 0.50
getthmember
Function · 0.50
ffclock_read_counter
Function · 0.50
sysclock_getsnapshot
Function · 0.50
pps_capture
Function · 0.50
pps_event
Function · 0.50
fgetvp_lookup_smr
Function · 0.50
fget_unlocked_seq
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected