table of contents
other versions
- unstable 24.11.2-1
rte_atomic32_t(3) | Library Functions Manual | rte_atomic32_t(3) |
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.
Version 24.11.2 | DPDK |