Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
597
static inline void
598
rte_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_add
Function · 0.85
Tested by
no test coverage detected