RTEMS CPU Kit with SuperCore
4.11.3
|
Maps Thread IDs to TCB Pointer. More...
#include <rtems/score/threadimpl.h>
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... | |
Maps Thread IDs to TCB Pointer.