Skip to content

Struct SYN_WorkQueue

ClassList > SYN_WorkQueue

More...

  • #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

uint32_t SYN_WorkQueue::overflow;

Counter: posts dropped due to full


variable queue

SYN_SPSC_Queue SYN_WorkQueue::queue;

Embedded lock-free SPSC queue



The documentation for this class was generated from the following file src/syntropic/sched/syn_workqueue.h