RTEMS 6.1-rc1
|
This source file contains the implementation of _Scheduler_default_Release_job() and _Scheduler_default_Cancel_job(). More...
#include <rtems/score/scheduler.h>
Functions | |
void | _Scheduler_default_Release_job (const Scheduler_Control *scheduler, Thread_Control *the_thread, Priority_Node *priority_node, uint64_t deadline, Thread_queue_Context *queue_context) |
Does nothing. More... | |
void | _Scheduler_default_Cancel_job (const Scheduler_Control *scheduler, Thread_Control *the_thread, Priority_Node *priority_node, Thread_queue_Context *queue_context) |
Does nothing. More... | |
This source file contains the implementation of _Scheduler_default_Release_job() and _Scheduler_default_Cancel_job().