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

Function atomic_swap_long

freebsd/i386/include/atomic.h:743–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743static __inline u_long
744atomic_swap_long(volatile u_long *p, u_long v)
745{
746
747 return (atomic_swap_int((volatile u_int *)p, (u_int)v));
748}
749
750#else /* !__GNUCLIKE_ASM */
751

Callers

nothing calls this directly

Calls 1

atomic_swap_intFunction · 0.70

Tested by

no test coverage detected