|
PatchworkOS
|
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 |
| note_queue_flag_t note_queue_t::flags |
Definition at line 86 of file note.h.
Referenced by note_interrupt_handler(), note_queue_init(), note_queue_length(), and note_queue_write().
| uint64_t note_queue_t::length |
Definition at line 85 of file note.h.
Referenced by note_interrupt_handler(), note_queue_init(), note_queue_length(), and note_queue_write().
| lock_t note_queue_t::lock |
Definition at line 87 of file note.h.
Referenced by note_interrupt_handler(), note_queue_init(), note_queue_length(), and note_queue_write().
| 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().
| 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().
| uint64_t note_queue_t::writeIndex |
Definition at line 84 of file note.h.
Referenced by note_queue_init(), and note_queue_write().