| 
    ChibiOS/RT
    5.1.0
    
   | 
 
Generic threads single link list, it works like a stack. More...
#include <chschd.h>

Data Fields | |
| thread_t * | next | 
| Next in the list/queue.  More... | |
| 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().