logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_thread_attr_t

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                            rte_thread_attr_t(3)

Detailed Description

       Representation for thread attributes.

       Definition at line 68 of file rte_thread.h.

Field Documentation

enumrte_thread_prioritypriority
       thread priority

       Definition at line 69 of file rte_thread.h.

   rte_cpuset_tcpuset
       thread affinity

       Definition at line 71 of file rte_thread.h.

Name

       rte_thread_attr_t

Synopsis

       #include <rte_thread.h>

   DataFields
       enum rte_thread_prioritypriority
       rte_cpuset_t cpuset

See Also