RTEMS CPU Kit with SuperCore  4.11.3
Functions
threadget.c File Reference

Maps Thread IDs to TCB Pointer. More...

#include <rtems/score/threadimpl.h>
Include dependency graph for threadget.c:

Functions

Thread_Control_Thread_Get (Objects_Id id, Objects_Locations *location)
 Maps thread Id to a TCB pointer. More...
 
Thread_Control_Thread_Get_interrupt_disable (Objects_Id id, Objects_Locations *location, ISR_lock_Context *lock_context)
 Gets a thread by its identifier. More...
 

Detailed Description

Maps Thread IDs to TCB Pointer.