PatchworkOS
Loading...
Searching...
No Matches
wait_queue_t Struct Reference

Wait queue structure. More...

#include <wait.h>

Data Fields

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

Detailed Description

Wait queue structure.

Definition at line 165 of file wait.h.

Field Documentation

◆ entries

list_t wait_queue_t::entries

List of wait entries for threads waiting on this queue.

Definition at line 168 of file wait.h.

Referenced by wait_block_setup(), wait_queue_deinit(), wait_queue_init(), wait_remove_wait_entries(), and wait_unblock().

◆ lock

lock_t wait_queue_t::lock

Definition at line 167 of file wait.h.

Referenced by wait_queue_deinit(), wait_queue_init(), wait_remove_wait_entries(), and wait_unblock().


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