ChibiOS  0.0.0
ch_threads_queue Struct Reference

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

#include <chschd.h>

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::next

Next in the list/queue.

Definition at line 143 of file chschd.h.

thread_t* ch_threads_queue::prev

Previous in the queue.

Definition at line 144 of file chschd.h.