[rtems commit] rtems_scheduler_ident_by_processor_set() docs
Sebastian Huber
sebh at rtems.org
Fri May 7 06:09:28 UTC 2021
Module: rtems
Branch: master
Commit: 2146d347aba29746416d736d5b0b67db7d675dd2
Changeset: http://git.rtems.org/rtems/commit/?id=2146d347aba29746416d736d5b0b67db7d675dd2
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri May 7 08:06:54 2021 +0200
rtems_scheduler_ident_by_processor_set() docs
Document new error status.
---
cpukit/include/rtems/rtems/tasks.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h
index cb620a4..df4d7f3 100644
--- a/cpukit/include/rtems/rtems/tasks.h
+++ b/cpukit/include/rtems/rtems/tasks.h
@@ -542,6 +542,8 @@ rtems_status_code rtems_scheduler_ident_by_processor(
*
* @retval ::RTEMS_INVALID_ADDRESS The ``id`` parameter was NULL.
*
+ * @retval ::RTEMS_INVALID_ADDRESS The ``cpuset`` parameter was NULL.
+ *
* @retval ::RTEMS_INVALID_SIZE The processor set size was invalid.
*
* @retval ::RTEMS_INVALID_NAME The processor set contained no online
More information about the vc
mailing list