From 605cd1fc471181e76137942fa3d8dab143d20193 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 7 May 2021 08:17:14 +0200 Subject: 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 `_. +:c:macro:`RTEMS_INVALID_ADDRESS` + The ``cpuset`` parameter was `NULL + `_. + :c:macro:`RTEMS_INVALID_SIZE` The processor set size was invalid. -- cgit v1.2.3