|
DPDK 26.07.0-rc1
|
#include <rte_spinlock.h>
Data Fields | |
| rte_spinlock_t | sl |
| int | owner |
| int | count |
The rte_spinlock_recursive_t type.
Definition at line 203 of file rte_spinlock.h.
the actual spinlock
Definition at line 204 of file rte_spinlock.h.
| int owner |
thread id owning lock, -1 for unused
Definition at line 205 of file rte_spinlock.h.
| int count |
count of time this lock has been called
Definition at line 206 of file rte_spinlock.h.