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

The primitive that threads block on. More...

#include <wait.h>

Collaboration diagram for wait_queue_t:

Data Fields

lock_t lock
 
list_t entries
 List of wait entries for threads waiting on this queue.
 

Detailed Description

The primitive that threads block on.

Definition at line 181 of file wait.h.

Field Documentation

◆ lock

lock_t wait_queue_t::lock

Definition at line 183 of file wait.h.

◆ entries

list_t wait_queue_t::entries

List of wait entries for threads waiting on this queue.

Definition at line 184 of file wait.h.


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