DPDK  22.07.0
Data Fields
rte_spinlock_t Struct Reference

#include <rte_spinlock.h>

Data Fields

volatile int locked
 

Detailed Description

The rte_spinlock_t type.

Examples:
examples/bond/main.c, examples/ethtool/ethtool-app/main.c, examples/l2fwd-jobstats/main.c, examples/l3fwd-power/main.c, examples/vm_power_manager/channel_manager.c, and examples/vm_power_manager/power_manager.c.

Definition at line 30 of file rte_spinlock.h.

Field Documentation

◆ locked

volatile int locked

lock status 0 = unlocked, 1 = locked

Definition at line 31 of file rte_spinlock.h.


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