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

#include <thread.h>

Collaboration diagram for thread_mutex:
Collaboration graph

Data Fields

bool locked
 

Detailed Description

Definition at line 9 of file thread.h.

Field Documentation

◆ locked

bool thread_mutex::locked

Definition at line 10 of file thread.h.

Referenced by thread_mutex_lock(), and thread_mutex_unlock().


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