FreeRTOS C-Addons  1.1.0
C-Addon functionality to FreeRTOS
Data Fields
pvtWorkQueue_t_ Struct Reference
Collaboration diagram for pvtWorkQueue_t_:
Collaboration graph
[legend]

Data Fields

Queue_t Queue
 
SemaphoreHandle_t Event
 
SemaphoreHandle_t Lock
 
TaskHandle_t WorkerThread
 
int ExitThread
 

Detailed Description

The internal WorkQueue data structure.

Definition at line 73 of file workqueue.c.

Field Documentation

◆ Event

SemaphoreHandle_t Event

Wake the work queue thread up, something interesting happened.

Definition at line 83 of file workqueue.c.

◆ ExitThread

int ExitThread

Flag if we are tearing down the WorkQueue.

Definition at line 93 of file workqueue.c.

◆ Lock

SemaphoreHandle_t Lock

Definition at line 85 of file workqueue.c.

◆ Queue

Queue_t Queue

The actual queue.

Definition at line 78 of file workqueue.c.

◆ WorkerThread

TaskHandle_t WorkerThread

Definition at line 87 of file workqueue.c.


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