summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-07 08:17:14 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-07 08:19:02 +0200
commit605cd1fc471181e76137942fa3d8dab143d20193 (patch)
tree3e2a956bbc64d81bd8aae6093919864e2edd974d
parenteng: Remove text attribute from acfg options (diff)
downloadrtems-docs-605cd1fc471181e76137942fa3d8dab143d20193.tar.bz2
c-user: rtems_scheduler_ident_by_processor_set()
Document new error status.
-rw-r--r--c-user/scheduling-concepts/directives.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/c-user/scheduling-concepts/directives.rst b/c-user/scheduling-concepts/directives.rst
index b1c485f..81971f4 100644
--- a/c-user/scheduling-concepts/directives.rst
+++ b/c-user/scheduling-concepts/directives.rst
@@ -202,6 +202,10 @@ the specified processor set.
The ``id`` parameter was `NULL
<https://en.cppreference.com/w/c/types/NULL>`_.
+:c:macro:`RTEMS_INVALID_ADDRESS`
+ The ``cpuset`` parameter was `NULL
+ <https://en.cppreference.com/w/c/types/NULL>`_.
+
:c:macro:`RTEMS_INVALID_SIZE`
The processor set size was invalid.