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

Function atomic_fcmpset_rel_long

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

Source from the content-addressed store, hash-verified

343}
344
345static __inline int
346atomic_fcmpset_rel_long(volatile u_long *_ptr, u_long *_old, u_long _new)
347{
348 int ret;
349
350 dmb();
351 ATOMIC_FCMPSET_CODE(ret, u_long, "");
352 return (ret);
353}
354
355static __inline int
356atomic_fcmpset_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new)

Callers

nothing calls this directly

Calls 1

ATOMIC_FCMPSET_CODEFunction · 0.85

Tested by

no test coverage detected