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

Function rte_atomic32_inc

dpdk/lib/eal/include/generic/rte_atomic.h:597–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595
596#ifdef RTE_FORCE_INTRINSICS
597static inline void
598rte_atomic32_inc(rte_atomic32_t *v)
599{
600 rte_atomic32_add(v, 1);
601}
602#endif
603
604/**

Callers

nothing calls this directly

Calls 1

rte_atomic32_addFunction · 0.85

Tested by

no test coverage detected