| rte_timer_status(3) | Library Functions Manual | rte_timer_status(3) |
rte_timer_status
#include <rte_timer.h>
uint32_t u32
Timer status: A union of the state (stopped, pending, running, config) and an owner (the id of the lcore that owns the timer).
Definition at line 66 of file rte_timer.h.
Stop, pending, running, config.
Definition at line 68 of file rte_timer.h.
The lcore that owns the timer.
Definition at line 69 of file rte_timer.h.
To atomic-set status + owner.
Definition at line 71 of file rte_timer.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |