ChibiOS/RT  6.1.4
ch_threads_queue Struct Reference

Structure representing a threads queue. More...

#include <chschd.h>

Inherited by ch_ready_list.

Collaboration diagram for ch_threads_queue:
Collaboration graph

Data Fields

ch_queue_t queue
 Threads queue header.
More...
 

Detailed Description

Structure representing a threads queue.

Definition at line 124 of file chschd.h.

Field Documentation

◆ queue

ch_queue_t ch_threads_queue::queue