Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
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 227 of file rte_atomic.h.

Field Documentation
   volatile int16_t cnt
     An internal counter value.

     Definition at line 228 of file rte_atomic.h.

Author
     Generated automatically by Doxygen for DPDK from the source code.

Version 25.11.0 		 Thu Aug 27 2026	       rte_atomic16_t(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=rte_atomic16_t&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help