RTEMS  5.1
Functions
schedulercbsunblock.c File Reference

Unblocks a Thread from the Queue. More...

#include <rtems/score/schedulercbsimpl.h>
#include <rtems/score/scheduleredfimpl.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/watchdogimpl.h>

Functions

void _Scheduler_CBS_Unblock (const Scheduler_Control *scheduler, Thread_Control *the_thread, Scheduler_Node *node)
 Unblocks a thread. More...
 

Detailed Description

Unblocks a Thread from the Queue.