MCPcopy Create free account
hub / github.com/F-Stack/f-stack / atomic_store_rel_32

Function atomic_store_rel_32

freebsd/arm/include/atomic-v6.h:837–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835}
836
837static __inline void
838atomic_store_rel_32(volatile uint32_t *p, uint32_t v)
839{
840
841 dmb();
842 *p = v;
843}
844
845static __inline void
846atomic_store_rel_64(volatile uint64_t *p, uint64_t val)

Callers 5

vlapic_lvt_write_handlerFunction · 0.85
timehands_updateFunction · 0.85
timehands_update32Function · 0.85
kern_syscall_registerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected