ChibiOS/RT  6.0.3
chregistry.c File Reference

Threads registry code. More...

#include <string.h>
#include "ch.h"

Go to the source code of this file.

Functions

thread_tchRegFirstThread (void)
 Returns the first thread in the system. More...
 
thread_tchRegNextThread (thread_t *tp)
 Returns the thread next to the specified one. More...
 
thread_tchRegFindThreadByName (const char *name)
 Retrieves a thread pointer by name. More...
 
thread_tchRegFindThreadByPointer (thread_t *tp)
 Confirms that a pointer is a valid thread pointer. More...
 
thread_tchRegFindThreadByWorkingArea (stkalign_t *wa)
 Confirms that a working area is being used by some active thread. More...
 

Detailed Description

Threads registry code.

Definition in file chregistry.c.