|
ChibiOS/RT 7.0.5
|
Threads registry code. More...
Go to the source code of this file.
Functions | |
| thread_t * | chRegFirstThread (void) |
| Returns the first thread in the system. | |
| thread_t * | chRegNextThread (thread_t *tp) |
| Returns the thread next to the specified one. | |
| thread_t * | chRegFindThreadByName (const char *name) |
| Retrieves a thread pointer by name. | |
| thread_t * | chRegFindThreadByPointer (thread_t *tp) |
| Confirms that a pointer is a valid thread pointer. | |
| thread_t * | chRegFindThreadByWorkingArea (stkalign_t *wa) |
| Confirms that a working area is being used by some active thread. | |
Variables | |
| ROMCONST chdebug_t | ch_debug |
Threads registry code.
Definition in file chregistry.c.