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