Expand description
A wait queue implementation using a doubly linked list.
Structs§
- Doubly
Linked List - An atomic, doubly linked, FIFO list for a wait queue.
- Link
- A link in the linked list.
Type Aliases§
- Wait
Queue - A helper definition of a wait queue.