Struct SYN_WorkQueue¶
#include <syn_workqueue.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint32_t | overflow |
| SYN_SPSC_Queue | queue |
Detailed Description¶
Work queue (lock-free SPSC ring).
Public Attributes Documentation¶
variable overflow¶
Counter: posts dropped due to full
variable queue¶
Embedded lock-free SPSC queue
The documentation for this class was generated from the following file src/syntropic/sched/syn_workqueue.h