ChibiOS/RT  5.1.0
ch_threads_list Struct Reference

Generic threads single link list, it works like a stack. More...

#include <chschd.h>

Collaboration diagram for ch_threads_list:
Collaboration graph

Data Fields

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

Detailed Description

Generic threads single link list, it works like a stack.

Definition at line 135 of file chschd.h.

Field Documentation

thread_t* ch_threads_list::next

Next in the list/queue.

Definition at line 136 of file chschd.h.

Referenced by list_init(), list_insert(), list_isempty(), list_remove(), queue_isempty(), and queue_notempty().