summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/schedulercbs.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 14:33:08 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 14:33:08 -0600
commita7e4de250436df590529cc7a295d099ade77d9d5 (patch)
tree693402b53f1a16870cd44cdf82a8e4a170bf2ef4 /cpukit/score/include/rtems/score/schedulercbs.h
parentcoremuteximpl.h: Reorder macro names to match body and fix Doxygen warnings (diff)
downloadrtems-a7e4de250436df590529cc7a295d099ade77d9d5.tar.bz2
Fix even more Doxygen issues
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.