Loading...
Searching...
No Matches
cond_t Struct Reference

Condition variable structure. More...

Detailed Description

Condition variable structure.

Must never be modified by the user.

Definition at line 153 of file cond.h.

#include <cond.h>

Data Fields

list_node_t queue
 The process waiting queue of the condition variable.
 

Field Documentation

◆ queue

list_node_t cond_t::queue

The process waiting queue of the condition variable.

Definition at line 159 of file cond.h.


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