![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Threads registry code. More...
#include "ch.h"Go to the source code of this file.
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 code.
Definition in file chregistry.c.
1.7.1