Provided by: dpdk-doc_24.11.3-1_all 

NAME
rte_atomic32_t
SYNOPSIS
#include <rte_atomic.h>
Data Fields
volatile int32_t cnt
Detailed Description
The atomic counter structure.
Definition at line 512 of file rte_atomic.h.
Field Documentation
volatile int32_t cnt
An internal counter value.
Definition at line 513 of file rte_atomic.h.
Author
Generated automatically by Doxygen for DPDK from the source code.
DPDK Version 24.11.3 rte_atomic32_t(3)