ChibiOS/HAL  6.1.0
threads_queue_t Struct Reference

Type of a thread queue. More...

#include <osal.h>

Collaboration diagram for threads_queue_t:
Collaboration graph

Detailed Description

Type of a thread queue.

A thread queue is a queue of sleeping threads, queued threads can be dequeued one at time or all together.

Note
If the OSAL is implemented on a bare metal machine without RTOS then the queue can be implemented as a single thread reference.

Definition at line 232 of file osal.h.