[rtems-docs commit] c-user: rtems_scheduler_ident_by_processor_set()

Sebastian Huber sebh at rtems.org
Fri May 7 06:19:29 UTC 2021


Module:    rtems-docs
Branch:    master
Commit:    605cd1fc471181e76137942fa3d8dab143d20193
Changeset: http://git.rtems.org/rtems-docs/commit/?id=605cd1fc471181e76137942fa3d8dab143d20193

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May  7 08:17:14 2021 +0200

c-user: rtems_scheduler_ident_by_processor_set()

Document new error status.

---

 c-user/scheduling-concepts/directives.rst | 4 ++++
 1 file changed, 4 insertions(+)

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.
 



More information about the vc mailing list