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

  
 
  

home | help
rte_thread_attr_t(3)		      DPDK		    rte_thread_attr_t(3)

NAME
     rte_thread_attr_t

SYNOPSIS
     #include <rte_thread.h>

   Data Fields
     enum rte_thread_priority priority
     rte_cpuset_t cpuset

Detailed Description
     Representation for thread attributes.

     Definition at line 68 of file rte_thread.h.

Field Documentation
   enum rte_thread_priority priority
     thread priority

     Definition at line 69 of file rte_thread.h.

   rte_cpuset_t cpuset
     thread affinity

     Definition at line 71 of file rte_thread.h.

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

Version 25.11.0 		 Thu Aug 27 2026	    rte_thread_attr_t(3)

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

home | help