coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
spinlock_t Struct Reference

#include <spinlock.h>

Collaboration diagram for spinlock_t:
Collaboration graph

Data Fields

atomic_t lock
 
volatile unsigned int lock
 

Detailed Description

Definition at line 9 of file spinlock.h.

Field Documentation

◆ lock [1/2]

atomic_t spinlock_t::lock

Definition at line 10 of file spinlock.h.

◆ lock [2/2]

volatile unsigned int spinlock_t::lock

Definition at line 13 of file spinlock.h.


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