RTEMS 6.1-rc2
|
This source file contains the implementation of _Scheduler_CBS_Release_job(). More...
#include <rtems/score/schedulercbsimpl.h>
Functions | |
void | _Scheduler_CBS_Release_job (const Scheduler_Control *scheduler, Thread_Control *the_thread, Priority_Node *priority_node, uint64_t deadline, Thread_queue_Context *queue_context) |
Releases a job. | |
void | _Scheduler_CBS_Cancel_job (const Scheduler_Control *scheduler, Thread_Control *the_thread, Priority_Node *priority_node, Thread_queue_Context *queue_context) |
Cancels a job. | |
This source file contains the implementation of _Scheduler_CBS_Release_job().