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