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

Function rte_atomic32_dec

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

Source from the content-addressed store, hash-verified

612
613#ifdef RTE_FORCE_INTRINSICS
614static inline void
615rte_atomic32_dec(rte_atomic32_t *v)
616{
617 rte_atomic32_sub(v,1);
618}
619#endif
620
621/**

Callers

nothing calls this directly

Calls 1

rte_atomic32_subFunction · 0.85

Tested by

no test coverage detected