summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/schedulercbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/schedulercbs.h')
-rw-r--r--cpukit/score/include/rtems/score/schedulercbs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/schedulercbs.h b/cpukit/score/include/rtems/score/schedulercbs.h
index b3381e0e43..5558d6e919 100644
--- a/cpukit/score/include/rtems/score/schedulercbs.h
+++ b/cpukit/score/include/rtems/score/schedulercbs.h
@@ -150,6 +150,7 @@ extern Scheduler_CBS_Server _Scheduler_CBS_Server_list[];
* remaining budget is sufficient. If not, the thread continues as a
* new job in order to protect concurrent threads.
*
+ * @param[in] scheduler The scheduler instance.
* @param[in] the_thread will be unblocked.
*
* @note This has to be asessed as missed deadline of the current job.
@@ -166,6 +167,7 @@ Scheduler_Void_or_thread _Scheduler_CBS_Unblock(
* It is called only from Rate Monotonic manager in the beginning
* of new period. Deadline has to be shifted and budget replenished.
*
+ * @param[in] scheduler The scheduler instance.
* @param[in] the_thread is the owner of the job.
* @param[in] length of the new job from now. If equal to 0,
* the job was cancelled or deleted.