ChibiOS/RT 7.0.5
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.
thread_tchRegNextThread (thread_t *tp)
 Returns the thread next to the specified one.
thread_tchRegFindThreadByName (const char *name)
 Retrieves a thread pointer by name.
thread_tchRegFindThreadByPointer (thread_t *tp)
 Confirms that a pointer is a valid thread pointer.
thread_tchRegFindThreadByWorkingArea (stkalign_t *wa)
 Confirms that a working area is being used by some active thread.

Variables

ROMCONST chdebug_t ch_debug

Detailed Description

Threads registry code.

Definition in file chregistry.c.