Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ atomic_thread_fence_rel
Function
atomic_thread_fence_rel
freebsd/i386/include/atomic.h:344–349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
342
}
343
344
static __inline void
345
atomic_thread_fence_rel(void)
346
{
347
348
__compiler_membar();
349
}
350
351
static __inline void
352
atomic_thread_fence_acq_rel(void)
Callers
15
smr_lazy_exit
Function · 0.50
refcount_releasen
Function · 0.50
blockcount_release
Function · 0.50
seqc_write_begin
Function · 0.50
seqc_write_end
Function · 0.50
seqc_sleepable_write_begin
Function · 0.50
seqc_sleepable_write_end
Function · 0.50
smr_types.h
File · 0.50
smr_advance
Function · 0.50
timehands_update
Function · 0.50
timehands_update32
Function · 0.50
dump_lock_prof_stats
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected