RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Functions
schedulerdefaultreleasejob.c File Reference

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.
 
void _Scheduler_default_Cancel_job (const Scheduler_Control *scheduler, Thread_Control *the_thread, Priority_Node *priority_node, Thread_queue_Context *queue_context)
 Does nothing.
 

Detailed Description

This source file contains the implementation of _Scheduler_default_Release_job() and _Scheduler_default_Cancel_job().