DPDK
23.03.0
|
#include <rte_spinlock.h>
Data Fields | |
volatile int | locked |
The rte_spinlock_t type.
Definition at line 31 of file rte_spinlock.h.
volatile int locked |
lock status 0 = unlocked, 1 = locked
Definition at line 32 of file rte_spinlock.h.