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

Per-thread note queue. More...

#include <note.h>

Collaboration diagram for note_queue_t:

Data Fields

note_t notes [CONFIG_MAX_NOTES]
 
uint64_t readIndex
 
uint64_t writeIndex
 
uint64_t length
 
note_queue_flag_t flags
 
lock_t lock
 

Detailed Description

Per-thread note queue.

Definition at line 78 of file note.h.

Field Documentation

◆ notes

note_t note_queue_t::notes[CONFIG_MAX_NOTES]

Definition at line 80 of file note.h.

◆ readIndex

uint64_t note_queue_t::readIndex

Definition at line 81 of file note.h.

◆ writeIndex

uint64_t note_queue_t::writeIndex

Definition at line 82 of file note.h.

◆ length

uint64_t note_queue_t::length

Definition at line 83 of file note.h.

◆ flags

note_queue_flag_t note_queue_t::flags

Definition at line 84 of file note.h.

◆ lock

lock_t note_queue_t::lock

Definition at line 85 of file note.h.


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