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

Per-thread note queue. More...

#include <note.h>

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 80 of file note.h.

Field Documentation

◆ flags

note_queue_flag_t note_queue_t::flags

◆ length

uint64_t note_queue_t::length

◆ lock

lock_t note_queue_t::lock

◆ notes

note_t note_queue_t::notes[CONFIG_MAX_NOTES]

Definition at line 82 of file note.h.

Referenced by note_interrupt_handler(), and note_queue_write().

◆ readIndex

uint64_t note_queue_t::readIndex

Definition at line 83 of file note.h.

Referenced by note_interrupt_handler(), note_queue_init(), and note_queue_write().

◆ writeIndex

uint64_t note_queue_t::writeIndex

Definition at line 84 of file note.h.

Referenced by note_queue_init(), and note_queue_write().


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