FreeRTOS Addons
Loading...
Searching...
No Matches
Public Attributes | List of all members
pvtWorkQueue_t_ Struct Reference

Public Attributes

SemaphoreHandle_t Event
 
int ExitThread
 
SemaphoreHandle_t Lock
 
Queue_t Queue
 
TaskHandle_t WorkerThread
 

Detailed Description

The internal WorkQueue data structure.

Member Data Documentation

◆ Event

SemaphoreHandle_t pvtWorkQueue_t_::Event

Wake the work queue thread up, something interesting happened.

◆ ExitThread

int pvtWorkQueue_t_::ExitThread

Flag if we are tearing down the WorkQueue.

◆ Queue

Queue_t pvtWorkQueue_t_::Queue

The actual queue.


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