table of contents
rte_atomic16_t(3) | DPDK | rte_atomic16_t(3) |
NAME¶
rte_atomic16_t
SYNOPSIS¶
#include <rte_atomic.h>
Data Fields¶
volatile int16_t cnt
Detailed Description¶
The atomic counter structure.
Definition at line 223 of file rte_atomic.h.
Field Documentation¶
volatile int16_t cnt¶
An internal counter value.
Definition at line 224 of file rte_atomic.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Fri Dec 15 2023 | Version 23.11.0 |