DPDK  16.11.11
Data Fields
rte_spinlock_t Struct Reference

#include <rte_spinlock.h>

Data Fields

volatile int locked
 

Detailed Description

The rte_spinlock_t type.

Examples:
bond/main.c, ethtool/ethtool-app/main.c, l2fwd-jobstats/main.c, l3fwd-power/main.c, l3fwd-vf/main.c, multi_process/l2fwd_fork/main.c, netmap_compat/lib/compat_netmap.c, vm_power_manager/channel_manager.c, and vm_power_manager/power_manager.c.

Definition at line 58 of file rte_spinlock.h.

Field Documentation

volatile int locked

lock status 0 = unlocked, 1 = locked

Definition at line 59 of file rte_spinlock.h.


The documentation for this struct was generated from the following file: