ChibiOS/RT
2.5.1
ThreadsList Struct Reference

Detailed Description

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

Definition at line 100 of file chlists.h.

#include <chlists.h>

Inheritance diagram for ThreadsList:
Collaboration diagram for ThreadsList:

Data Fields

Threadp_next

Field Documentation

Last pushed Thread on the stack list, or pointer to itself if empty.

Reimplemented in ThreadsQueue, and Thread.

Definition at line 102 of file chlists.h.

Referenced by list_insert(), and list_remove().