ChibiOS/RT  6.0.3
ch_threads_queue Struct Reference

Generic threads bidirectional linked list header and element. More...

#include <chschd.h>

Inherited by ch_ready_list.

Collaboration diagram for ch_threads_queue:
Collaboration graph

Data Fields

thread_tnext
 Next in the list/queue. More...
 
thread_tprev
 Previous in the queue. More...
 

Detailed Description

Generic threads bidirectional linked list header and element.

Definition at line 142 of file chschd.h.

Field Documentation

thread_t* ch_threads_queue::prev