|
DPDK
2.0.0
|
#include <rte_spinlock.h>
Data Fields | |
| rte_spinlock_t | sl |
| volatile int | user |
| volatile int | count |
The rte_spinlock_recursive_t type.
| volatile int count |
count of time this lock has been called
the actual spinlock
| volatile int user |
core id using lock, -1 for unused
1.8.1.2