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

Function atomic_load_acq_64

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

Source from the content-addressed store, hash-verified

645}
646
647static __inline uint64_t
648atomic_load_acq_64(volatile uint64_t *p)
649{
650 uint64_t ret;
651
652 ret = atomic_load_64(p);
653 dmb();
654 return (ret);
655}
656
657static __inline u_long
658atomic_load_acq_long(volatile u_long *p)

Callers 1

startguprofFunction · 0.50

Calls 1

atomic_load_64Function · 0.70

Tested by

no test coverage detected