summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/scheduleredf.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/scheduleredf.h')
-rw-r--r--cpukit/score/include/rtems/score/scheduleredf.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/cpukit/score/include/rtems/score/scheduleredf.h b/cpukit/score/include/rtems/score/scheduleredf.h
index 2ecf1a4eb2..65218e785a 100644
--- a/cpukit/score/include/rtems/score/scheduleredf.h
+++ b/cpukit/score/include/rtems/score/scheduleredf.h
@@ -144,19 +144,10 @@ void _Scheduler_EDF_Node_initialize(
Priority_Control priority
);
-/**
- * @brief Adds @a the_thread to the scheduling decision.
- *
- * This routine adds @a the_thread to the scheduling decision, that is,
- * adds it to the ready queue and updates any appropriate scheduling
- * variables, for example the heir thread.
- *
- * @param[in] scheduler The scheduler instance.
- * @param[in] the_thread will be unblocked.
- */
Scheduler_Void_or_thread _Scheduler_EDF_Unblock(
const Scheduler_Control *scheduler,
- Thread_Control *the_thread
+ Thread_Control *the_thread,
+ Scheduler_Node *node
);
Scheduler_Void_or_thread _Scheduler_EDF_Update_priority(