![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Threads registry macros and structures. More...
Go to the source code of this file.
Defines | |
| #define | REG_REMOVE(tp) |
| Removes a thread from the registry list. | |
| #define | REG_INSERT(tp) |
| Adds a thread to the registry list. | |
Functions | |
| Thread * | chRegFirstThread (void) |
| Returns the first thread in the system. | |
| Thread * | chRegNextThread (Thread *tp) |
| Returns the thread next to the specified one. | |
Threads registry macros and structures.
Definition in file chregistry.h.
1.7.1