PatchworkOS  da8a090
A non-POSIX operating system.
Loading...
Searching...
No Matches
wait_t Struct Reference

Represents one instance of the waiting subsystem for a CPU. More...

#include <wait.h>

Collaboration diagram for wait_t:

Data Fields

list_t blockedThreads
 List of blocked threads, sorted by deadline.
 
lock_t lock
 

Detailed Description

Represents one instance of the waiting subsystem for a CPU.

Definition at line 207 of file wait.h.

Field Documentation

◆ blockedThreads

list_t wait_t::blockedThreads

List of blocked threads, sorted by deadline.

Definition at line 209 of file wait.h.

◆ lock

lock_t wait_t::lock

Definition at line 210 of file wait.h.


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