CNDP  22.08.0
cne_spinlock_recursive_t Struct Reference

#include <cne_spinlock.h>

Data Fields

cne_spinlock_t sl
 
volatile int user
 
volatile int count
 

Detailed Description

The cne_spinlock_recursive_t type.

Definition at line 183 of file cne_spinlock.h.

Field Documentation

◆ sl

the actual spinlock

Definition at line 184 of file cne_spinlock.h.

◆ user

volatile int user

core id using lock, -1 for unused

Definition at line 185 of file cne_spinlock.h.

◆ count

volatile int count

count of time this lock has been called

Definition at line 186 of file cne_spinlock.h.


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