table of contents
other versions
- trixie 24.11.3-1~deb13u1
- testing 24.11.3-2
- unstable 25.11-2
- experimental 25.11-1
| rte_atomic64_t(3) | Library Functions Manual | rte_atomic64_t(3) |
NAME¶
rte_atomic64_t
SYNOPSIS¶
#include <rte_atomic.h>
Data Fields¶
volatile int64_t cnt
Detailed Description¶
The atomic counter structure.
Definition at line 796 of file rte_atomic.h.
Field Documentation¶
volatile int64_t cnt¶
Internal counter value.
Definition at line 797 of file rte_atomic.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.2 | DPDK |